Skip to content

Commit

Permalink
Bump v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
515hikaru committed May 26, 2020
1 parent c6a0ede commit 4fb9af9
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 @@ -11,7 +11,7 @@ RUN npm ci && \
npm run build

FROM node:12.16.3-alpine3.11
ENV VERSION 0.4.1
ENV VERSION 0.4.2
RUN mkdir -p /app/dist
RUN mkdir -p /app/bin
COPY --from=node /app/dist/main.js /app/dist/main.js
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@515hikaru/pnovel",
"version": "0.4.1",
"version": "0.4.2",
"description": "Light weight markup language for Pixiv novels",
"main": "src/eval.js",
"repository": "ssh://git@github.com/515hikaru/pnovel.git",
Expand Down

0 comments on commit 4fb9af9

Please sign in to comment.