Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
515hikaru committed May 9, 2022
1 parent afdddf9 commit c10b16b
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:12.16.3-alpine3.11
ENV VERSION 0.6.9-dev
ENV VERSION 0.6.9
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.6.9-dev"
const VERSION = "v0.6.9"

type Mode = "pixiv" | "narou"

Expand Down

0 comments on commit c10b16b

Please sign in to comment.