Version 0.1.1 bump - fixed unit test / DB initialisation error

This commit is contained in:
Christian Basler 2015-06-18 21:53:35 +02:00
parent 72d0fbe550
commit b6f42c2f3d
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ allprojects {
sourceCompatibility = 1.7 sourceCompatibility = 1.7
group = 'ch.dissem.jabit' group = 'ch.dissem.jabit'
version = '0.1.0' version = '0.1.1'
repositories { repositories {
mavenCentral() mavenCentral()

View File

@ -0,0 +1 @@
UPDATE Label SET type = 'DRAFT' WHERE type = 'DRAFTS';