Skip to content

Commit 26f7016

Browse files
committed
Published magick-wasm 0.0.11.
1 parent 3784aec commit 26f7016

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ For more information about ImageMagick go to: [http://www.imagemagick.org/](http
1414

1515
## Release notes
1616

17-
The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.10).
17+
The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.11).

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imagemagick/magick-wasm",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"main": "image-magick.js",
55
"description": "The WASM library for ImageMagick",
66
"repository": {

publish/push.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
echo Are you sure?
44
pause
55

6-
set VERSION=0.0.10
6+
set VERSION=0.0.11
77
call npm config set prefix %~dp0
88
call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public
99
call npm config set prefix %APPDATA%\npm

0 commit comments

Comments
 (0)