diff --git a/lib/README.md b/lib/README.md index d6d88d08..ad2fc2ae 100644 --- a/lib/README.md +++ b/lib/README.md @@ -14,4 +14,4 @@ For more information about ImageMagick go to: [http://www.imagemagick.org/](http ## Release notes -The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.10). +The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.11). diff --git a/lib/package.json b/lib/package.json index be2732ab..9e6b4b13 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.10", + "version": "0.0.11", "main": "image-magick.js", "description": "The WASM library for ImageMagick", "repository": { diff --git a/publish/push.cmd b/publish/push.cmd index cdbe2eef..7397dcfe 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.10 +set VERSION=0.0.11 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm