diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2025-01-18 11:45:45 +0100 | 
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-18 11:45:45 +0100 | 
| commit | 72c952b68fa593f3d070f7d7b4421071dac43e3c (patch) | |
| tree | d5ebf1501465317ec470e34890abca0192ccddbd | |
| parent | 8e7a9ad33cd78929bfb90c3d43f6184b44cea864 (diff) | |
release: version 1.0.4
| -rw-r--r-- | app.json | 2 | ||||
| -rw-r--r-- | package.json | 2 | 
2 files changed, 2 insertions, 2 deletions
| @@ -2,7 +2,7 @@    "expo": {      "name": "cas4",      "slug": "cas4", -    "version": "1.0.3", +    "version": "1.0.4",      "orientation": "portrait",      "icon": "./assets/images/icon.png",      "scheme": "myapp", diff --git a/package.json b/package.json index a9b72ba..a3317fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@  {    "name": "cas4",    "main": "expo-router/entry", -  "version": "1.0.3", +  "version": "1.0.4",    "scripts": {      "start": "expo start",      "reset-project": "node ./scripts/reset-project.js", | 
