Prepare next version

This commit is contained in:
mar-v-in 2015-03-29 21:10:53 +02:00
parent b383701659
commit aba4c3bb89
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'
group = 'org.microg'
version = '1.0.0'
version = '1.1-SNAPSHOT'
android {
compileSdkVersion 22

View File

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