Version 1.0.2-SNAPSHOT bump

Fixed NPE if you create a Plaintext object without recipient
This commit is contained in:
2016-02-06 15:47:13 +01:00
parent 58e9644ff1
commit db64b55510
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ subprojects {
sourceCompatibility = 1.7
group = 'ch.dissem.jabit'
version = '1.0.1'
version = '1.0.2-SNAPSHOT'
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")