Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomontalbano committed Feb 17, 2022
1 parent b76e08b commit 957214d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/jquery.jcreate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* jquery.jcreate.js v1.3.0
* jquery.jcreate.js v1.3.1
* Marco Montalbano © 2011-2022 - https://marcomontalbano.com
* ----------------------------------------------------------
*/
Expand Down Expand Up @@ -85,7 +85,7 @@
}
},
utility: _utility,
version: "1.3.0"
version: "1.3.1"
};
$.fn.append = function() {
return _domManip.apply(append.apply(this, arguments), arguments);
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.jcreate.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 dist/jquery.jcreate.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}(this, function (jquery) {

/**
* jquery.jcreate.js v1.3.0
* jquery.jcreate.js v1.3.1
* Marco Montalbano © 2011-2022 - https://marcomontalbano.com
* ----------------------------------------------------------
*/
Expand Down Expand Up @@ -102,7 +102,7 @@
}
},
utility: _utility,
version: "1.3.0"
version: "1.3.1"
};
$.fn.append = function() {
return _domManip.apply(append.apply(this, arguments), arguments);
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-jcreate",
"filename": "jquery.jcreate",
"firstRelease": "2011-11-18",
"version": "1.3.0",
"version": "1.3.1",
"description": "jCreate is a new special event for jQuery. Just use .on('create', ..); the callback will be triggered when elements are created on the page.",
"main": "dist/jquery.jcreate.umd.js",
"files": [
Expand Down

0 comments on commit 957214d

Please sign in to comment.