Skip to content

Commit

Permalink
Published magick-wasm 0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Dec 25, 2021
1 parent f13d6d0 commit cd37a4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion publish/push.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd37a4b

Please sign in to comment.