Skip to content

Commit d2e7875

Browse files
committed
Bump version number 0.4.0
1 parent 89177b9 commit d2e7875

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {AppRegistry} from 'react-native'
22
import GitterMobile from './app'
33

4-
global.CURRENT_VERSION = '1.0.0-alpha-3'
4+
global.CURRENT_VERSION = 'v0.4.0'
55

66
AppRegistry.registerComponent('gittermobile', () => GitterMobile);

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": "1.0.0-alpha-3",
3+
"version": "0.4.0",
44
"description": "Gitter client for mobile devices.",
55
"author": "Terry Sahaidak <[email protected]> (http://sahaidak.com)",
66
"repository": {

0 commit comments

Comments
 (0)