Skip to content

Commit 5c82f8f

Browse files
committed
Prepare 1.0.1 release
1 parent 2415307 commit 5c82f8f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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="100"
5-
android:versionName="1.0" >
4+
android:versionCode="200"
5+
android:versionName="1.0.1" >
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</version>
7+
<version>1.0.1</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</version>
6+
<version>1.0.1</version>
77
<groupId>com.github.github</groupId>
88
<artifactId>github-android-parent</artifactId>
99
<packaging>pom</packaging>

0 commit comments

Comments
 (0)