Skip to content

Commit 44335a4

Browse files
committed
Published magick-wasm 0.0.20.
1 parent 0b4167b commit 44335a4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Follow me on twitter([@MagickNET](https://twitter.com/MagickNET)) to receive inf
2121

2222
## Release notes
2323

24-
The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.19).
24+
The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.20).
2525

2626
## Donate
2727

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.19",
3+
"version": "0.0.20",
44
"description": "The WASM library for ImageMagick",
55
"keywords": [
66
"imagemagick",

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.19
6+
set VERSION=0.0.20
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)