File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ For more information about ImageMagick go to: [http://www.imagemagick.org/](http
14
14
15
15
## Release notes
16
16
17
- The release notes can be found on [ GitHub] ( https://github.com/dlemstra/magick-wasm/releases/tag/0.0.10 ) .
17
+ The release notes can be found on [ GitHub] ( https://github.com/dlemstra/magick-wasm/releases/tag/0.0.11 ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @imagemagick/magick-wasm" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"main" : " image-magick.js" ,
5
5
"description" : " The WASM library for ImageMagick" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 3
3
echo Are you sure?
4
4
pause
5
5
6
- set VERSION = 0.0.10
6
+ set VERSION = 0.0.11
7
7
call npm config set prefix %~dp0
8
8
call npm publish imagemagick-magick-wasm-%VERSION% .tgz --access public
9
9
call npm config set prefix %APPDATA% \npm
You can’t perform that action at this time.
0 commit comments