From 549117946bc91887c5a459f53ea858ce80532955 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 18 Jan 2025 11:25:11 +0100 Subject: release: version 1.0.3 --- scripts/release | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/release') 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" -- cgit v1.2.3-18-g5258