Skip to content
This repository has been archived by the owner on May 22, 2021. It is now read-only.

Commit

Permalink
Version bump for push to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Sep 22, 2013
1 parent fda5a68 commit 57ca607
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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="13"
android:versionName="1.0.3" >
android:versionCode="14"
android:versionName="1.0.4" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
4 changes: 2 additions & 2 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"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.codechimp.appraterdemo"
android:versionCode="13"
android:versionName="1.0.3" >
android:versionCode="14"
android:versionName="1.0.4" >

<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.3
VERSION_CODE=13
VERSION_NAME=1.0.4
VERSION_CODE=14
GROUP=com.github.codechimp-org.apprater

POM_DESCRIPTION=AppRater Library for Android
Expand Down

0 comments on commit 57ca607

Please sign in to comment.