Skip to content

Commit

Permalink
Updated Package Version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabinaya KC committed Mar 26, 2020
1 parent c0793ee commit c1f81f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/js/service-basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ $btnZoom.on('click', function() {
});

$btnZoomReset.on('click', function() {
imageEditor.setZoom(1, true, [parseFloat($inputZoomRange.val()), 0, 0, parseFloat($inputZoomRange.val()), 0, 0]);
imageEditor.setZoom(1, true);
});

$inputRotationRange.on('mousedown', function() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sabinayakc/tui-image-editor",
"author": "Sabinaya KC <[email protected]>",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit c1f81f2

Please sign in to comment.