set initial build version

This commit is contained in:
Joseph D'Souza 2026-02-08 02:36:47 +01:00
parent 290c62ae52
commit 012d84b369
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"name": "CasaDoc",
"slug": "casadoc-mobile",
"scheme": "casadoc",
"version": "1.0.0",
"version": "0.0.1",
"orientation": "portrait",
"backgroundColor": "#ffffff",
"dark": {

View File

@ -1,6 +1,6 @@
{
"name": "casadoc-mobile",
"version": "1.0.0",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"prebuild": "expo prebuild --clean",