Skip to content

Commit 8423053

Browse files
committed
Updated versioning - preps to deploy
1 parent 8ad65f2 commit 8423053

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
@@ -39,7 +39,7 @@ printf "${TICK} All checks passed. Proceeding with installation.\n"
3939

4040
printf "${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

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.3.0</version>
9+
<version>3.3.1</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.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>

0 commit comments

Comments
 (0)