Skip to content

Commit

Permalink
Bump version number v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysahaidak committed Oct 12, 2016
1 parent 9551753 commit 7157fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.android.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {AppRegistry} from 'react-native'
import GitterMobile from './app'

global.CURRENT_VERSION = 'v0.5.1'
global.CURRENT_VERSION = 'v0.5.2'

AppRegistry.registerComponent('gittermobile', () => GitterMobile);
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gittermobile",
"version": "0.5.1",
"version": "0.5.2",
"description": "Gitter client for mobile devices.",
"author": "Terry Sahaidak <[email protected]> (http://sahaidak.com)",
"repository": {
Expand Down

0 comments on commit 7157fb4

Please sign in to comment.