Skip to content

Commit e588262

Browse files
committed
Prepare 1.0.3 release
1 parent 8d80bd1 commit e588262

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

app/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.github.mobile"
4-
android:versionCode="300"
5-
android:versionName="1.0.2" >
4+
android:versionCode="400"
5+
android:versionName="1.0.3" >
66

77
<uses-sdk
88
android:minSdkVersion="8"

app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<version>1.0.2</version>
7+
<version>1.0.3</version>
88
<groupId>com.github.github</groupId>
99
<artifactId>github-android-parent</artifactId>
1010
</parent>

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<parent>
7-
<version>1.0.2</version>
7+
<version>1.0.3</version>
88
<groupId>com.github.github</groupId>
99
<artifactId>github-android-parent</artifactId>
1010
</parent>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6-
<version>1.0.2</version>
6+
<version>1.0.3</version>
77
<groupId>com.github.github</groupId>
88
<artifactId>github-android-parent</artifactId>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)