diff options
-rw-r--r-- | package.json | 2 | ||||
-rwxr-xr-x | scripts/release | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 121650f..a9b72ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cas4", "main": "expo-router/entry", - "version": "1.0.2", + "version": "1.0.3", "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", diff --git a/scripts/release b/scripts/release index 57231a8..2777fc1 100755 --- a/scripts/release +++ b/scripts/release @@ -4,6 +4,7 @@ if [ $# -eq 0 ]; then fi sed -i "4s/.*/ \"version\": \"$1\",/" package.json +sed -i "5s/.*/ \"version\": \"$1\",/" app.json pnpm i git add package.* pnpm-lock.yaml git commit -m "release: version $1" |