diff --git a/.github/releasenotes.txt b/.github/releasenotes.txt index 9fa81150..352f5409 100644 --- a/.github/releasenotes.txt +++ b/.github/releasenotes.txt @@ -6,5 +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:** -prevent commodities and materials from going negative, causing application startup issues. -more bugfixes \ No newline at end of file +Update libraries +Update Portuguese translations \ 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 57ae4b31..f365a0d6 100644 --- a/application/src/main/resources/text/whatsnew.txt +++ b/application/src/main/resources/text/whatsnew.txt @@ -1,3 +1,8 @@ +Version 2.101 +------------- +Update libraries +Update Portuguese translations + Version 2.100 ------------- prevent commodities and materials from going negative, causing application startup issues. diff --git a/gradle.properties b/gradle.properties index 2e47a6d7..310adbc5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ org.gradle.parallel=true org.gradle.caching=true -version=2.100 \ No newline at end of file +version=2.101 \ No newline at end of file