Skip to content

Commit

Permalink
Prepare 1.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Jul 13, 2012
1 parent 66e028d commit a69aad4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/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="com.github.mobile"
android:versionCode="400"
android:versionName="1.0.3" >
android:versionCode="500"
android:versionName="1.0.4" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.0.3</version>
<version>1.0.4</version>
<groupId>com.github.github</groupId>
<artifactId>github-android-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.0.3</version>
<version>1.0.4</version>
<groupId>com.github.github</groupId>
<artifactId>github-android-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<version>1.0.3</version>
<version>1.0.4</version>
<groupId>com.github.github</groupId>
<artifactId>github-android-parent</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit a69aad4

Please sign in to comment.