Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dealfonso committed Oct 22, 2023
1 parent 225921c commit 1860058
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/dom2object.compress.js

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

2 changes: 1 addition & 1 deletion dist/dom2object.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@
}
return objects
};
DOMToObject.version = "0.9.0";
DOMToObject.version = "0.9.1";
window.DOM2Object = DOMToObject
})(window);
2 changes: 1 addition & 1 deletion dist/dom2object.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,6 @@
}
return objects;
};
DOMToObject.version = "0.9.0";
DOMToObject.version = "0.9.1";
window.DOM2Object = DOMToObject;
})(window);
2 changes: 1 addition & 1 deletion dist/dom2object.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/dom2object.raw.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function DOMToObject(el, acquireChildrenFromAnonymous = false) {
}

// The version for the library
DOMToObject.version = "0.9.0";
DOMToObject.version = "0.9.1";

// Export to the window object
window.DOM2Object = DOMToObject;
window.DOM2Object = DOMToObject;
4 changes: 2 additions & 2 deletions src/dom2object.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ function DOMToObject(el, acquireChildrenFromAnonymous = false) {
}

// The version for the library
DOMToObject.version = "0.9.0";
DOMToObject.version = "0.9.1";

// Export to the window object
window.DOM2Object = DOMToObject;
window.DOM2Object = DOMToObject;

0 comments on commit 1860058

Please sign in to comment.