Skip to content

Commit

Permalink
Upgrade versions for 1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Sep 26, 2012
1 parent 0cddfdb commit cac0220
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="1000"
android:versionName="1.4" >
android:versionCode="1100"
android:versionName="1.5" >

<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.4</version>
<version>1.5</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.4</version>
<version>1.5</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.4</version>
<version>1.5</version>
<groupId>com.github.github</groupId>
<artifactId>github-android-parent</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit cac0220

Please sign in to comment.