updated version number

This commit is contained in:
Christopher Sanden
2026-03-19 22:54:31 +01:00
parent 7a5d1d27f9
commit 3a0d7fcaed
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"expo": {
"name": "FastNotes",
"slug": "FastNotes",
"version": "1.0.1",
"version": "1.0.2",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "fastnotes",

View File

@@ -1,7 +1,7 @@
{
"name": "fastnotes",
"main": "expo-router/entry",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",