From 59fab41694a1bce7fe94b937feaebbe5f9fbd042 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Tue, 21 Jun 2022 23:45:31 +0200 Subject: [PATCH] Published magick-wasm 0.0.13. --- 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 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