diff --git a/package.json b/package.json index 8cf74f50..914f7312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "snowflake", - "version": "0.0.2", + "version": "0.0.3", "private": true, "jest": { "scriptPreprocessor": "jestSupport/scriptProcessor.js", diff --git a/src/snowflake.js b/src/snowflake.js index aaf2de13..388e4431 100644 --- a/src/snowflake.js +++ b/src/snowflake.js @@ -38,7 +38,7 @@ import profileInitialState from './reducers/profile/profileInitialState'; /** * The version of the app but not displayed yet */ -var VERSION='0.0.18'; +var VERSION='0.0.3'; /** *