Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit 6134c7e

Browse files
committed
0.13.0
1 parent b1bed70 commit 6134c7e

File tree

8 files changed

+10
-2
lines changed

8 files changed

+10
-2
lines changed

dist/zz-load.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ var zzLoad = (function () {
55
* @module
66
* @licence MIT
77
* @author Oleg Dutchenko <[email protected]>
8+
* @version 0.13.0
89
*/
910
// ----------------------------------------
1011
// Exports
@@ -29,6 +30,7 @@ var zzLoad = (function () {
2930
* @module
3031
* @licence MIT
3132
* @author Oleg Dutchenko <[email protected]>
33+
* @version 0.13.0
3234
*/
3335
// ----------------------------------------
3436
// Exports

dist/zz-load.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/zz-load.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ var zzLoad = (function () {
55
* @module
66
* @licence MIT
77
* @author Oleg Dutchenko <[email protected]>
8+
* @version 0.13.0
89
*/
910
// ----------------------------------------
1011
// Exports
@@ -29,6 +30,7 @@ var zzLoad = (function () {
2930
* @module
3031
* @licence MIT
3132
* @author Oleg Dutchenko <[email protected]>
33+
* @version 0.13.0
3234
*/
3335
// ----------------------------------------
3436
// Exports

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zz-load",
3-
"version": "0.7.1",
3+
"version": "0.13.0",
44
"description": "",
55
"main": "./src/zz-load.es.js",
66
"scripts": {

src/attrs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
* @licence MIT
66
* @author Oleg Dutchenko <[email protected]>
7+
* @version 0.13.0
78
*/
89

910
// ----------------------------------------

src/data-set.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
* @licence MIT
66
* @author Oleg Dutchenko <[email protected]>
7+
* @version 0.13.0
78
*/
89

910
// ----------------------------------------

src/events.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
* @licence MIT
66
* @author Oleg Dutchenko <[email protected]>
7+
* @version 0.13.0
78
*/
89

910
// ----------------------------------------

src/zz-load.es.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* @module
55
* @licence MIT
66
* @author Oleg Dutchenko <[email protected]>
7+
* @version 0.13.0
78
*/
89

910
// ----------------------------------------

0 commit comments

Comments
 (0)