diff --git a/lib/README.md b/lib/README.md index 232622aa..edba2c9d 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.12). +The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.13). diff --git a/lib/package.json b/lib/package.json index c047e9ba..e57c6780 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.12", + "version": "0.0.13", "main": "image-magick.js", "description": "The WASM library for ImageMagick", "repository": { diff --git a/publish/push.cmd b/publish/push.cmd index 965eabb6..1f8142f8 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.12 +set VERSION=0.0.13 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm