From fdfb9d04124269e79589533a33aa9113315e8189 Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Tue, 9 Jan 2024 12:54:42 -0500 Subject: [PATCH] Updated to version 1.3.0 --- README.md | 5 +---- pom.xml | 2 +- scripts/package-linux-deb.sh | 2 +- scripts/package-windows-msi.ps1 | 2 +- src/main/resources/main-view.fxml | 2 +- 5 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e9174bd..94c8a50 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,7 @@ checking, credit, etc.). Because the app lives and works entirely on your local computer, you can rest assured that your data remains completely private. -Currently, the application is still a work-in-progress, and is not yet suitable -for actual usage with your real financial data, so stay tuned for updates. - -# Release Procedure +## Release Procedure Platform-specific package installers are generated automatically via GitHub Actions (see `.github/workflows/make-release.yaml`), which is triggered by a diff --git a/pom.xml b/pom.xml index 804980a..e6533e9 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.andrewlalis perfin - 1.2.0 + 1.3.0 21 diff --git a/scripts/package-linux-deb.sh b/scripts/package-linux-deb.sh index 7f46cd2..4fb0186 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.2.0" \ + --app-version "1.3.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 69d496b..1c985b6 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.2.0" ` + --app-version "1.3.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 a68e430..728865c 100644 --- a/src/main/resources/main-view.fxml +++ b/src/main/resources/main-view.fxml @@ -28,7 +28,7 @@ -