diff --git a/src/manifest.json b/src/manifest.json index 63670000..5037d928 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -5,5 +5,5 @@ "display": "standalone", "orientation": "portrait", "icons": [ ], - "version": "1.3.0" + "version": "1.4.0" } diff --git a/src/reducers/app.reducer.js b/src/reducers/app.reducer.js index 9115f9f7..eaed8d94 100644 --- a/src/reducers/app.reducer.js +++ b/src/reducers/app.reducer.js @@ -1,5 +1,5 @@ export const initialState = { - version: '1.3.0', + version: '1.4.0', }; export default function appReducer(state = initialState, action) {