SilverBullet pivot to become an offline-first PWA (#403)

This commit is contained in:
Zef Hemel
2023-05-23 20:53:53 +02:00
committed by GitHub
parent b256269897
commit 5f484bed57
389 changed files with 4484 additions and 291129 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash -e
VERSION=$1
cd desktop; npm version $VERSION; cd ..
echo "export const version = '$VERSION';" > version.ts
git commit -am $VERSION
git tag $VERSION
git push && git push --tags