1
0

fix: add script

This commit is contained in:
kolaente
2023-09-04 22:05:36 +02:00
parent 63519c15d2
commit e5b4cc23e4

7
bumpp.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
set -e
cat package.json | sed "s/\"version\": \".*\"/\"version\": \"$VERSION\"/" > tmp.json
mv tmp.json package.json