Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker committed Apr 1, 2024
1 parent 8ff9b42 commit c919e79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkding",
"version": "1.26.0",
"version": "1.27.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions scripts/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ docker buildx build --target linkding-plus --platform linux/amd64,linux/arm64 \

docker buildx build --target linkding-plus --platform linux/amd64,linux/arm64 \
-f docker/alpine.Dockerfile \
-t sissbruecker/linkding:latest-alpine-plus \
-t sissbruecker/linkding:$version-alpine-plus \
-t sissbruecker/linkding:latest-plus-alpine \
-t sissbruecker/linkding:$version-plus-alpine \
--push .
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.26.0
1.27.0

0 comments on commit c919e79

Please sign in to comment.