Skip to content

Commit

Permalink
build for 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrton committed Sep 24, 2021
1 parent 011ca46 commit 79e8595
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions konva.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
})(this, (function () { 'use strict';

/*
* Konva JavaScript Framework v8.2.0
* Konva JavaScript Framework v8.2.1
* http://konvajs.org/
* Licensed under the MIT
* Date: Fri Sep 24 2021
Expand Down Expand Up @@ -35,7 +35,7 @@
: {};
const Konva$2 = {
_global: glob,
version: '8.2.0',
version: '8.2.1',
isBrowser: detectBrowser(),
isUnminified: /param/.test(function (param) { }.toString()),
dblClickWindow: 400,
Expand Down
4 changes: 2 additions & 2 deletions konva.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "konva",
"version": "8.2.0",
"version": "8.2.1",
"author": "Anton Lavrenov",
"files": [
"README.md",
Expand Down

0 comments on commit 79e8595

Please sign in to comment.