Skip to content

Commit 1232cb4

Browse files
author
Patrick Boos
committed
Update version
1 parent a64e338 commit 1232cb4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

library/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="jp.cyberagent.android.gpuimage"
3-
android:versionCode="1"
4-
android:versionName="1.0" >
3+
android:versionCode="2"
4+
android:versionName="1.0.1" >
55

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

sample/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="jp.cyberagent.android.gpuimage.sample"
3-
android:versionCode="1"
4-
android:versionName="1.0" >
3+
android:versionCode="2"
4+
android:versionName="1.0.1" >
55

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

0 commit comments

Comments
 (0)