Skip to content

Commit

Permalink
Upgrades to version 2.11.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaldispuehl committed Mar 29, 2022
1 parent 47dfb84 commit 18bd464
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HOW_TO_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ First, prepare the source code for the upcoming release.
- Commit the change to the `master` branch and tag the version with `v` prefix:

$ git add .
$ git commit -m 'Upgraded to version 1.2.3.'
$ git commit -m 'Upgrades to version 1.2.3.'
$ git tag v1.2.3
$ git push
$ git push --tags
Expand Down
2 changes: 1 addition & 1 deletion intervalmusiccompositor.app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 2.11.2
version = 2.11.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
retorte laboratories (retorte.ch) IntervalMusicCompositor change log
--------------------------------------------------------------------------------

202x-xx-xx 2.11.3 [not yet released]
2022-03-29 2.11.3
--------------------------------------------------------------------------------
FIX #65 Self-Upgrade: Wrong root directory chosen in Linux.
FIX #66 Crash when user has old assistive technology config file in system.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# General program settings
imc.name = Interval Music Compositor
imc.version = 2.11.2
imc.version = 2.11.3

0 comments on commit 18bd464

Please sign in to comment.