Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit a9e3015

Browse files
committed
bump version
1 parent a583930 commit a9e3015

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snowflake",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"private": true,
55
"jest": {
66
"setupEnvScriptFile": "./node_modules/react-native/jestSupport/env.js",

src/snowflake.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import profileInitialState from './reducers/profile/profileInitialState';
9090
/**
9191
* The version of the app but not displayed yet
9292
*/
93-
var VERSION='0.1.0';
93+
var VERSION='0.1.1';
9494

9595
/**
9696
*
@@ -215,4 +215,4 @@ export default function native(platform) {
215215
*/
216216

217217
AppRegistry.registerComponent('snowflake', () => Snowflake);
218-
}
218+
}

0 commit comments

Comments
 (0)