diff --git a/app.json b/app.json index 3785a26..5617251 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Simpl-Liste", "slug": "simpl-liste", - "version": "1.6.3", + "version": "1.6.4", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "simplliste", @@ -24,7 +24,7 @@ "backgroundColor": "#FFF8F0" }, "edgeToEdgeEnabled": true, - "versionCode": 15 + "versionCode": 16 }, "plugins": [ "expo-router", diff --git a/package.json b/package.json index d3b1339..b910cd8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "simpl-liste", "main": "index.js", - "version": "1.6.3", + "version": "1.6.4", "scripts": { "start": "expo start", "test": "node tests/smoke.test.cjs",