File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/resources/me/goral/keepmypassworddesktop/layouts Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ printf "${TICK} All checks passed. Proceeding with installation.\n"
3939
4040printf " ${INFO} Installing the latest version of Keep My Password Desktop\nThis would require root privileges.\n"
4141# Change this every time you update Keep My Password Desktop
42- latestVersion=" 3.3.0 "
42+ latestVersion=" 3.3.1 "
4343# Download the latest version of Keep My Password Desktop using the GitHub releases links
4444# There could be a better way to do this using regex but since recent releases did not have a Linux version
4545# I decided to use the GitHub releases links to download the latest version of the desktop application
Original file line number Diff line number Diff line change 66
77 <groupId >me.goral</groupId >
88 <artifactId >KeepMyPassword-Desktop</artifactId >
9- <version >3.3.0 </version >
9+ <version >3.3.1 </version >
1010 <name >KeepMyPassword Desktop</name >
1111 <packaging >jar</packaging >
1212
Original file line number Diff line number Diff line change 2222 <Button fx : id =" genPwd" layoutX =" 509.0" layoutY =" 175.0" mnemonicParsing =" false" onAction =" #onGenPwdClick" prefHeight =" 25.0" prefWidth =" 195.0" wrapText =" true" />
2323 <Button fx : id =" showBtn" layoutX =" 442.0" layoutY =" 109.0" maxWidth =" 16" mnemonicParsing =" false" onAction =" #onShowBtnClick" prefHeight =" 16" prefWidth =" 16" />
2424 <Button fx : id =" settingsButton" layoutX =" 625.0" layoutY =" 5.0" maxHeight =" 128" maxWidth =" 128" mnemonicParsing =" false" onAction =" #onSettingsButtonClick" prefHeight =" 64" prefWidth =" 64" />
25- <Label layoutY =" 75.0" prefHeight =" 17.0" prefWidth =" 750.0" text =" v3.3.0 " textAlignment =" CENTER" />
25+ <Label layoutY =" 75.0" prefHeight =" 17.0" prefWidth =" 750.0" text =" v3.3.1 " textAlignment =" CENTER" />
2626 </children >
2727</AnchorPane >
You can’t perform that action at this time.
0 commit comments