Skip to content

Commit

Permalink
Published magick-wasm 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 10, 2020
1 parent 0c9db32 commit eb640c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ With Magick.WASM you can use ImageMagick in your web application without doing a
## Documentation

For examples on how to use Magick.WASM view the [https://github.com/dlemstra/Magick.WASM/blob/master/demo/demo.ts](demo.ts).
For more information about ImageMagick go to: [http://www.imagemagick.org/](http://www.imagemagick.org/).
For more information about ImageMagick go to: [http://www.imagemagick.org/](http://www.imagemagick.org/).

## Release notes

The release notes can be found on [GitHub](https://github.com/dlemstra/Magick.WASM/releases/tag/0.0.3).
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.2",
"version": "0.0.3",
"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.2
set VERSION=0.0.3
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 eb640c3

Please sign in to comment.