Skip to content

Commit

Permalink
📦 release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ISNIT0 committed Jun 6, 2019
1 parent 70a14b3 commit 2ee59f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && apt install -y --no-install-recommends make g++ curl git
# Install mwoffliner
RUN apt install -y --no-install-recommends imagemagick
RUN npm --global config set user root
RUN npm install -g [email protected]-rc1
RUN npm install -g [email protected]
RUN apt remove -y make g++

# Boot commands
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mwoffliner",
"version": "1.9.2-rc3",
"version": "1.9.2",
"description": "Mediawiki HTML/ZIM scraper",
"main": "mwoffliner.js",
"license": "GPL-3.0",
Expand Down

0 comments on commit 2ee59f3

Please sign in to comment.