diff --git a/.github/releasenotes.txt b/.github/releasenotes.txt index 5e701384..f4fb89ed 100644 --- a/.github/releasenotes.txt +++ b/.github/releasenotes.txt @@ -6,4 +6,5 @@ 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:** -Add Corba Mk V image \ No newline at end of file +Add new FSD V1 SCO modules and techbroker unlocks +Fix Cobra Mk V stats \ 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 5f1d4833..13a54975 100644 --- a/application/src/main/resources/text/whatsnew.txt +++ b/application/src/main/resources/text/whatsnew.txt @@ -1,3 +1,8 @@ +Version 2.127 +------------- +Add new FSD V1 SCO modules and techbroker unlocks +Fix Cobra Mk V stats + Version 2.126 ------------- Add Corba Mk V image diff --git a/gradle.properties b/gradle.properties index 1253ded6..3b942e75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.parallel=true org.gradle.caching=true -version=2.126 \ No newline at end of file +version=2.127 \ No newline at end of file