From cd37a4b968d3ce09ce872be931bc0b61b3fe3ccb Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 25 Dec 2021 21:00:05 +0100 Subject: [PATCH] Published magick-wasm 0.0.9. --- lib/README.md | 2 +- lib/package.json | 2 +- publish/push.cmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/README.md b/lib/README.md index c66420d4..26cf61da 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.8). +The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.9). diff --git a/lib/package.json b/lib/package.json index c471614e..b389f247 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.8", + "version": "0.0.9", "main": "image-magick.js", "description": "The WASM library for ImageMagick", "repository": { diff --git a/publish/push.cmd b/publish/push.cmd index 0833f419..20429bf0 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.8 +set VERSION=0.0.9 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm