diff --git a/lib/README.md b/lib/README.md index 4d2a3ff4..fdac0deb 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.6). +The release notes can be found on [GitHub](https://github.com/dlemstra/Magick.WASM/releases/tag/0.0.7). diff --git a/lib/package.json b/lib/package.json index d4a40ab9..6d7ab7ad 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.6", + "version": "0.0.7", "main": "image-magick.js", "description": "The WASM library for ImageMagick", "repository": { diff --git a/publish/push.cmd b/publish/push.cmd index 118178ae..e802ffc4 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.6 +set VERSION=0.0.7 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm