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",