Skip to content

Commit e10f256

Browse files
committed
Updated versions
1 parent 5ae09d5 commit e10f256

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

linux-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ printf "${TICK} All checks passed. Proceeding with installation.\n"
3838

3939
printf "${INFO} Installing the latest version of Keep My Password Desktop\nThis would require root privileges.\n"
4040
# Change this every time you update Keep My Password Desktop
41-
latestVersion="3.1.0"
41+
latestVersion="3.2.0"
4242
# Download the latest version of Keep My Password Desktop using the GitHub releases links
4343
# There could be a better way to do this using regex but since recent releases did not have a Linux version
4444
# I decided to use the GitHub releases links to download the latest version of the desktop application

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>me.goral</groupId>
88
<artifactId>KeepMyPassword-Desktop</artifactId>
9-
<version>3.1.0</version>
9+
<version>3.2.0</version>
1010
<name>KeepMyPassword Desktop</name>
1111
<packaging>jar</packaging>
1212

src/main/resources/me/goral/keepmypassworddesktop/layouts/logged.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
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.1.0" textAlignment="CENTER" />
25+
<Label layoutY="75.0" prefHeight="17.0" prefWidth="750.0" text="v3.2.0" textAlignment="CENTER" />
2626
</children>
2727
</AnchorPane>

0 commit comments

Comments
 (0)