Skip to content

Commit 7157fb4

Browse files
committed
Bump version number v0.5.2
1 parent 9551753 commit 7157fb4

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 = 'v0.5.1'
4+
global.CURRENT_VERSION = 'v0.5.2'
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": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Gitter client for mobile devices.",
55
"author": "Terry Sahaidak <[email protected]> (http://sahaidak.com)",
66
"repository": {

0 commit comments

Comments
 (0)