Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
515hikaru committed Mar 5, 2023
1 parent cef7770 commit 79cb45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:18.6-alpine
ENV VERSION 0.7.6
ENV VERSION 0.7.7
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 src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { parse } from "../parser/parser"
import { PixivNovelTransformer } from "./pixivNovelTransformer"
import { NarouSyosetsuTransformer } from "./narouSyosetsuTransformer"

const VERSION = "v0.7.6"
const VERSION = "v0.7.7"

type Mode = "pixiv" | "narou"

Expand Down

0 comments on commit 79cb45d

Please sign in to comment.