From 6d35fa00a6103c7c63d3cc1870a88044bcde2532 Mon Sep 17 00:00:00 2001 From: jixxed Date: Sun, 29 Dec 2024 12:24:44 +0100 Subject: [PATCH] bump version --- .github/releasenotes.txt | 8 ++++---- application/src/main/resources/text/whatsnew.txt | 7 +++++++ gradle.properties | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/releasenotes.txt b/.github/releasenotes.txt index 1a60bd72..439da596 100644 --- a/.github/releasenotes.txt +++ b/.github/releasenotes.txt @@ -6,7 +6,7 @@ The auto updaters will check for a new version on launch. The portable zip versions are used as update packages. You can run them standalone, but they are no longer truly portable as settings are stored on the local machine. **Release notes for this version:** -Update resque ships locations/existence -Add powerplay totals to odyssey materials tab -Remove error popup for when you don't own a fleetcarrier -more memory efficiently queue audio \ No newline at end of file +Remove techbroker blueprints for Caustic Sink and Pulse Neutralizer +Retrieve techbroker and trader data from github so it won't require a new release for updates +Move Spirit of Laelaps to V886 Centauri +Gracefully handle issue when listing commanders \ No newline at end of file diff --git a/application/src/main/resources/text/whatsnew.txt b/application/src/main/resources/text/whatsnew.txt index 4f5827fd..de6d48f2 100644 --- a/application/src/main/resources/text/whatsnew.txt +++ b/application/src/main/resources/text/whatsnew.txt @@ -1,3 +1,10 @@ +Version 2.129 +------------- +Remove techbroker blueprints for Caustic Sink and Pulse Neutralizer +Retrieve techbroker and trader data from github so it won't require a new release for updates +Move Spirit of Laelaps to V886 Centauri +Gracefully handle issue when listing commanders + Version 2.128 ------------- Update resque ships locations/existence diff --git a/gradle.properties b/gradle.properties index 52f19445..79f1f8d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.parallel=true org.gradle.caching=true -version=2.128 \ No newline at end of file +version=2.129 \ No newline at end of file