diff --git a/README.md b/README.md index 2a1831e..83ee244 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.31). +The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.32). ## Donate diff --git a/package-lock.json b/package-lock.json index f2722ef..9fe44d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.31", + "version": "0.0.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@imagemagick/magick-wasm", - "version": "0.0.31", + "version": "0.0.32", "license": "Apache-2.0", "devDependencies": { "@dlemstra/magick-native": "2024.1117.915", diff --git a/package.json b/package.json index 56788d1..a666867 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.31", + "version": "0.0.32", "description": "The WASM library for ImageMagick", "keywords": [ "imagemagick", diff --git a/publish/push.cmd b/publish/push.cmd index 5688346..29ca94d 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.31 +set VERSION=0.0.32 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm