Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kinouzero committed Mar 30, 2024
1 parent 464c8a6 commit 6fae894
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ RUN npm i
RUN npm run build
RUN rm -rf public/npm && ln -s ../node_modules public/npm

LABEL "org.opencontainers.image.version"="0.0.5"
LABEL "org.opencontainers.image.version"="0.0.6"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@
},
"minimum-stability": "stable",
"prefer-stable": true,
"version": "0.0.5"
"version": "0.0.6"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"trumbowyg": "^2.28.0",
"vanilla-cookieconsent": "^3.0.0"
},
"version": "0.0.5"
"version": "0.0.6"
}

0 comments on commit 6fae894

Please sign in to comment.