Skip to content

Commit

Permalink
Prepare 1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Nov 12, 2013
1 parent 89d7052 commit 6b0ddc2
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
@@ -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="1700"
android:versionName="1.7.3" >
android:versionCode="1800"
android:versionName="1.8.0" >

<!-- Target SDK version must be 16, not 17, or JavaScript bridge for
WebView widgets does not work on a 4.2 Nexus 7 -->
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.7.3</version>
<version>1.8.0</version>
<groupId>com.github.github</groupId>
<artifactId>github-android-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<version>1.7.3</version>
<version>1.8.0</version>
<groupId>com.github.github</groupId>
<artifactId>github-android-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
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.7.3</version>
<version>1.8.0</version>
<groupId>com.github.github</groupId>
<artifactId>github-android-parent</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 6b0ddc2

Please sign in to comment.