From 5cc789419cdfaa500d4efbad393da96c5ba73ef3 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Thu, 8 Feb 2024 11:34:03 -0500 Subject: [PATCH] Set version 1.8.0 --- pom.xml | 2 +- scripts/package-linux-deb.sh | 2 +- scripts/package-windows-msi.ps1 | 2 +- src/main/resources/main-view.fxml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 4e5da3c..b4f42d0 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.andrewlalis perfin - 1.7.1 + 1.8.0 21 diff --git a/scripts/package-linux-deb.sh b/scripts/package-linux-deb.sh index b0b9949..e2c21ad 100755 --- a/scripts/package-linux-deb.sh +++ b/scripts/package-linux-deb.sh @@ -24,7 +24,7 @@ module_path="$module_path:target/modules/h2-2.2.224.jar" jpackage \ --name "Perfin" \ - --app-version "1.7.1" \ + --app-version "1.8.0" \ --description "Desktop application for personal finance. Add your accounts, track transactions, and store receipts, invoices, and more." \ --icon design/perfin-logo_256.png \ --vendor "Andrew Lalis" \ diff --git a/scripts/package-windows-msi.ps1 b/scripts/package-windows-msi.ps1 index 3c9c7fa..7461bda 100644 --- a/scripts/package-windows-msi.ps1 +++ b/scripts/package-windows-msi.ps1 @@ -12,7 +12,7 @@ $modulePath = "$modulePath;target\modules\h2-2.2.224.jar" jpackage ` --name "Perfin" ` - --app-version "1.7.1" ` + --app-version "1.8.0" ` --description "Desktop application for personal finance. Add your accounts, track transactions, and store receipts, invoices, and more." ` --icon design\perfin-logo_256.ico ` --vendor "Andrew Lalis" ` diff --git a/src/main/resources/main-view.fxml b/src/main/resources/main-view.fxml index 9408693..48e21db 100644 --- a/src/main/resources/main-view.fxml +++ b/src/main/resources/main-view.fxml @@ -27,7 +27,7 @@ -