Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Jun 24, 2020
1 parent 9d9e02f commit 072a615
Show file tree
Hide file tree
Showing 11 changed files with 133 additions and 149 deletions.
4 changes: 2 additions & 2 deletions demo/src/kute-base.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* KUTE.js Base v2.0.9 (http://thednp.github.io/kute.js)
* KUTE.js Base v2.0.10 (http://thednp.github.io/kute.js)
* Copyright 2015-2020 © thednp
* Licensed under MIT (https://github.com/thednp/kute.js/blob/master/LICENSE)
*/
Expand All @@ -9,7 +9,7 @@
(global = global || self, global.KUTE = factory());
}(this, (function () { 'use strict';

var version = "2.0.9";
var version = "2.0.10";

var KUTE = {};

Expand Down
4 changes: 2 additions & 2 deletions demo/src/kute-base.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions demo/src/kute-extra.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* KUTE.js Extra v2.0.9 (http://thednp.github.io/kute.js)
* KUTE.js Extra v2.0.10 (http://thednp.github.io/kute.js)
* Copyright 2015-2020 © thednp
* Licensed under MIT (https://github.com/thednp/kute.js/blob/master/LICENSE)
*/
Expand All @@ -9,7 +9,7 @@
(global = global || self, global.KUTE = factory());
}(this, (function () { 'use strict';

var version = "2.0.9";
var version = "2.0.10";

var KUTE = {};

Expand Down
4 changes: 2 additions & 2 deletions demo/src/kute-extra.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions demo/src/kute.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 072a615

Please sign in to comment.