Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nobleclem committed Apr 18, 2024
1 parent 31580df commit ccb4d35
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.4.23 (2024-04-18)
===================
resolves pr#206

2.4.22 (2023-03-02)
===================
resolves pr#194
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "nobleclem",
"name": "jQuery-MultiSelect",
"description": "Turn a multiselect list into a nice and easy to use list with checkboxes",
"version": "2.4.22",
"version": "2.4.23",
"main": [
"jquery.multiselect.js",
"jquery.multiselect.css"
Expand Down
2 changes: 1 addition & 1 deletion jquery.multiselect.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Display a nice easy to use multiselect list
* @Version: 2.4.22
* @Version: 2.4.23
* @Author: Patrick Springstubbe
* @Contact: @JediNobleclem
* @Website: springstubbe.us
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Patrick Springstubbe",
"url" : "http://springstubbe.us"
},
"version": "2.4.22",
"version": "2.4.23",
"main": "jquery.multiselect.js",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit ccb4d35

Please sign in to comment.