Update version

This commit is contained in:
Sascha Ißbrücker
2025-03-06 17:32:02 +01:00
parent be548a95a0
commit 25342e5fb6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "linkding",
"version": "1.38.1",
"version": "1.39.0",
"description": "",
"main": "index.js",
"scripts": {

View File

@@ -5,6 +5,6 @@ version=$(<version.txt)
git push origin master
git tag v${version}
git push origin v${version}
./scripts/build-docker.sh
# ./scripts/build-docker.sh
echo "Done ✅"