Skip to content

Commit

Permalink
v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kinouzero committed Apr 12, 2024
1 parent 678f5e7 commit eb1ab85
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 @@ -20,4 +20,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.2"
LABEL "org.opencontainers.image.version"="0.0.3"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
},
"minimum-stability": "stable",
"prefer-stable": true,
"version": "0.0.2"
"version": "0.0.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"vanilla-colorful": "^0.7.2",
"vanilla-cookieconsent": "^3.0.0"
},
"version": "0.0.2"
"version": "0.0.3"
}

0 comments on commit eb1ab85

Please sign in to comment.