Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kinouzero committed Apr 11, 2024
1 parent a244ec0 commit d5023c9
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.1"
LABEL "org.opencontainers.image.version"="0.0.2"
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.1"
"version": "0.0.2"
}
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.1"
"version": "0.0.2"
}

0 comments on commit d5023c9

Please sign in to comment.