mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-06 10:28:27 +02:00
Update version
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "linkding",
|
"name": "linkding",
|
||||||
"version": "1.38.1",
|
"version": "1.39.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@@ -5,6 +5,6 @@ version=$(<version.txt)
|
|||||||
git push origin master
|
git push origin master
|
||||||
git tag v${version}
|
git tag v${version}
|
||||||
git push origin v${version}
|
git push origin v${version}
|
||||||
./scripts/build-docker.sh
|
# ./scripts/build-docker.sh
|
||||||
|
|
||||||
echo "Done ✅"
|
echo "Done ✅"
|
||||||
|
Reference in New Issue
Block a user