diff --git a/README.md b/README.md index 09528c77..b9844ca1 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.29). +The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.30). ## Donate diff --git a/package-lock.json b/package-lock.json index f5ad807e..19c3210d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.29", + "version": "0.0.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@imagemagick/magick-wasm", - "version": "0.0.29", + "version": "0.0.30", "license": "Apache-2.0", "devDependencies": { "@dlemstra/magick-native": "0.202407.160648", diff --git a/package.json b/package.json index c5ac5fa4..8d18be01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.29", + "version": "0.0.30", "description": "The WASM library for ImageMagick", "keywords": [ "imagemagick", diff --git a/publish/push.cmd b/publish/push.cmd index a02aa0f4..7fae08b6 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.29 +set VERSION=0.0.30 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm