diff --git a/app.json b/app.json index 8747fae..f823790 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Simpl-Liste", "slug": "simpl-liste", - "version": "1.6.0", + "version": "1.6.1", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "simplliste", @@ -24,7 +24,7 @@ "backgroundColor": "#FFF8F0" }, "edgeToEdgeEnabled": true, - "versionCode": 12 + "versionCode": 13 }, "plugins": [ "expo-router", diff --git a/package.json b/package.json index dc87d78..9b73159 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simpl-liste", "main": "index.js", - "version": "1.6.0", + "version": "1.6.1", "scripts": { "start": "expo start", "android": "expo start --android",