Skip to content

Commit

Permalink
Published magick-wasm 0.0.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Feb 22, 2022
1 parent 82afc9b commit 132c9a5
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.9).
The release notes can be found on [GitHub](https://github.com/dlemstra/magick-wasm/releases/tag/0.0.10).
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.9",
"version": "0.0.10",
"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.9
set VERSION=0.0.10
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 132c9a5

Please sign in to comment.