From b0a415b9ef0bb21a12fe414b1f66db008ec108bb Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Thu, 22 Sep 2022 19:12:49 +0200 Subject: [PATCH] Published magick-wasm 0.0.15. --- 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 e88f4967..6c63cd47 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.14). +The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.15). diff --git a/lib/package.json b/lib/package.json index fd78d794..05a26969 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "@imagemagick/magick-wasm", - "version": "0.0.14", + "version": "0.0.15", "main": "image-magick.js", "description": "The WASM library for ImageMagick", "repository": { diff --git a/publish/push.cmd b/publish/push.cmd index 3b9e70eb..f613788b 100644 --- a/publish/push.cmd +++ b/publish/push.cmd @@ -3,7 +3,7 @@ echo Are you sure? pause -set VERSION=0.0.14 +set VERSION=0.0.15 call npm config set prefix %~dp0 call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public call npm config set prefix %APPDATA%\npm