diff --git a/README.md b/README.md index 941de407..96618827 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Follow me on twitter([@MagickNET](https://twitter.com/MagickNET)) to receive inf ## Release notes -The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.18). +The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.19). ## Donate diff --git a/package.json b/package.json index a092e0fa..676c701e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.18", + "version": "0.0.19", "description": "The WASM library for ImageMagick", "keywords": [ "imagemagick", diff --git a/publish/push.cmd b/publish/push.cmd index 95650e51..b71719bf 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.18 +set VERSION=0.0.19 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm