chore: bump version to 1.1.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
le king fu 2026-02-28 17:18:09 -05:00
parent f61ce64b50
commit 2412d368ac
2 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
"expo": {
"name": "Simpl-Liste",
"slug": "simpl-liste",
"version": "1.0.1",
"version": "1.1.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "simplliste",
@ -23,7 +23,8 @@
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#FFF8F0"
},
"edgeToEdgeEnabled": true
"edgeToEdgeEnabled": true,
"versionCode": 2
},
"plugins": [
"expo-router",

View file

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