Increase version number

This commit is contained in:
mar-v-in 2015-04-11 13:44:59 +02:00
parent 26d9c42977
commit b49d1095fd
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ apply plugin: 'com.android.library'
apply from: 'gradle-mvn-push.gradle' apply from: 'gradle-mvn-push.gradle'
group = 'org.microg' group = 'org.microg'
version = '1.1.0' version = '1.2-SNAPSHOT'
android { android {
compileSdkVersion 22 compileSdkVersion 22

View File

@ -1,6 +1,6 @@
GROUP=org.microg GROUP=org.microg
POM_ARTIFACT_ID=safe-parcel POM_ARTIFACT_ID=safe-parcel
VERSION_NAME=1.1.0 VERSION_NAME=1.2-SNAPSHOT
POM_NAME=µg SafeParcel POM_NAME=µg SafeParcel
POM_DESCRIPTION=Easy-to-use implementation of the "SafeParcel" format used for IPC in Play Services POM_DESCRIPTION=Easy-to-use implementation of the "SafeParcel" format used for IPC in Play Services