Skip to content

Commit

Permalink
Updated version to 2.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaldispuehl committed Aug 17, 2016
1 parent 0040327 commit 6202162
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion intervalmusiccompositor.app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 2.6.0
version = 2.6.1
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.6.0
imc.version = 2.6.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
retorte laboratories (retorte.ch) IntervalMusicCompositor change log
--------------------------------------------------------------------------------

2016-08-17 2.6.1
--------------------------------------------------------------------------------
FIX Fixed NullPointerException occurring when changing sound pattern tabs.
IMP Improved error dialog.


2016-08-14 2.6.0
--------------------------------------------------------------------------------
IMP Now built with Java >= version 8 update 60.
Expand Down
2 changes: 1 addition & 1 deletion intervalmusiccompositor.spi/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

group = 'ch.retorte.intervalmusiccompositor'
version = '2.6.0'
version = '2.6.1'

dependencies {
compile project(':intervalmusiccompositor.model')
Expand Down

0 comments on commit 6202162

Please sign in to comment.