Skip to content

Commit

Permalink
Published magick-wasm 0.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 29, 2020
1 parent a032c41 commit a39ebcf
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.3).
The release notes can be found on [GitHub](https://github.com/dlemstra/Magick.WASM/releases/tag/0.0.4).
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.3",
"version": "0.0.4",
"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
@@ -1,5 +1,5 @@
@echo off
set VERSION=0.0.3
set VERSION=0.0.4
call npm config set prefix %~dp0
call npm publish imagemagick-magick-wasm-%VERSION%.tgz --access public
call npm config set prefix %APPDATA%\npm

0 comments on commit a39ebcf

Please sign in to comment.