From 012d84b3697ff9f052ec7f5b31675fdcbb2470dd Mon Sep 17 00:00:00 2001 From: Joseph D'Souza Date: Sun, 8 Feb 2026 02:36:47 +0100 Subject: [PATCH] set initial build version --- mobile/app.json | 2 +- mobile/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index 60b337c..55db8c9 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -3,7 +3,7 @@ "name": "CasaDoc", "slug": "casadoc-mobile", "scheme": "casadoc", - "version": "1.0.0", + "version": "0.0.1", "orientation": "portrait", "backgroundColor": "#ffffff", "dark": { diff --git a/mobile/package.json b/mobile/package.json index cbbb721..10e1402 100644 --- a/mobile/package.json +++ b/mobile/package.json @@ -1,6 +1,6 @@ { "name": "casadoc-mobile", - "version": "1.0.0", + "version": "0.0.1", "main": "index.js", "scripts": { "prebuild": "expo prebuild --clean",