chore: bump version to 1.5.2 (versionCode 11)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
le king fu 2026-04-08 15:42:22 -04:00
parent 0893cea489
commit 71ee702739
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"expo": {
"name": "Simpl-Liste",
"slug": "simpl-liste",
"version": "1.5.1",
"version": "1.5.2",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "simplliste",
@ -24,7 +24,7 @@
"backgroundColor": "#FFF8F0"
},
"edgeToEdgeEnabled": true,
"versionCode": 10
"versionCode": 11
},
"plugins": [
"expo-router",

View file

@ -1,7 +1,7 @@
{
"name": "simpl-liste",
"main": "index.js",
"version": "1.5.1",
"version": "1.5.2",
"scripts": {
"start": "expo start",
"android": "expo start --android",