Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed Nov 11, 2021
1 parent 3bb2125 commit ef6ed40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nunjs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
nunjs 0.0.4
nunjs 0.0.5
https://github.com/tvrzna/nunjs
Expand Down Expand Up @@ -53,7 +53,7 @@ window.$ = function(selector) {
}

var nunjs = {
nunjs: '0.0.4',
nunjs: '0.0.5',
addClass: function(name) {
this.each(function() {
if (!this.classList.contains(name)) {
Expand Down
2 changes: 1 addition & 1 deletion nunjs.min.js

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

0 comments on commit ef6ed40

Please sign in to comment.