Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
515hikaru committed Sep 2, 2022
1 parent 31cf6bd commit afc0a98
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.3
ENV VERSION 0.7.4
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.3"
const VERSION = "v0.7.4"

type Mode = "pixiv" | "narou"

Expand Down

0 comments on commit afc0a98

Please sign in to comment.