Skip to content

Commit

Permalink
Published magick-wasm 0.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 20, 2021
1 parent e53d400 commit 2794d6e
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.6).
The release notes can be found on [GitHub](https://github.com/dlemstra/Magick.WASM/releases/tag/0.0.7).
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.6",
"version": "0.0.7",
"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.6
set VERSION=0.0.7
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 2794d6e

Please sign in to comment.