Skip to content

Commit

Permalink
Version 1.0.1 release ready for Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Aug 29, 2013
1 parent 11684b4 commit b9d1792
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AppRater/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.codechimp.apprater"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="11"
android:versionName="1.0.1" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
6 changes: 3 additions & 3 deletions AppRaterDemo/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.codechimp.appraterdemo"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="11"
android:versionName="1.0.1" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.0.0
VERSION_CODE=10
VERSION_NAME=1.0.1
VERSION_CODE=11
GROUP=com.github.codechimp-org.apprater

POM_DESCRIPTION=AppRater Library for Android
Expand Down

0 comments on commit b9d1792

Please sign in to comment.