Skip to content

Commit 38be5c3

Browse files
committed
Bump version number v0.6.0-beta-1
1 parent b284a89 commit 38be5c3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ android {
9999
applicationId "com.gittermobile"
100100
minSdkVersion 16
101101
targetSdkVersion 22
102-
versionCode 1
103-
versionName "1.0"
102+
versionCode 8
103+
versionName "0.6.0-beta-1"
104104
ndk {
105105
abiFilters "armeabi-v7a", "x86"
106106
}

android/app/src/main/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="com.gittermobile"
3-
android:versionCode="1"
4-
android:versionName="1.0">
3+
android:versionCode="8"
4+
android:versionName="0.6.0-beta-1">
55

66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

index.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import GitterMobile from './app/index.js'
2-
global.CURRENT_VERSION = 'v0.5.2'
2+
global.CURRENT_VERSION = 'v0.6.0-beta-1'

index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import GitterMobile from './app/index.js'
2-
global.CURRENT_VERSION = 'v0.5.2'
2+
global.CURRENT_VERSION = 'v0.6.0-beta-1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GitterMobile",
3-
"version": "0.5.2",
3+
"version": "0.6.0-beta-1",
44
"description": "Gitter client for mobile devices.",
55
"author": "Terry Sahaidak <[email protected]> (http://sahaidak.com)",
66
"repository": {

0 commit comments

Comments
 (0)