Skip to content

Commit

Permalink
mod - changed version. Need to find a way to automatically control fi…
Browse files Browse the repository at this point in the history
…le versioning
  • Loading branch information
zergioz committed Mar 12, 2024
1 parent 177e308 commit ac05260
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicsuggest",
"version": "2.1.4",
"version": "2.1.7",
"main": ["magicsuggest.js", "magicsuggest.css"],
"dependencies": {
"bootstrap": "~3",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nicolasbize/magicsuggest",
"description": "MagicSuggest is a multiple selection auto-suggest input box for Bootstrap 3.",
"version": "2.1.5",
"version": "2.1.7",
"type": "component",
"homepage": "http://nicolasbize.com/magicsuggest",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions magicsuggest.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/**
* Multiple Selection Component for Bootstrap
* Check nicolasbize.github.io/magicsuggest/ for latest updates.
*
* Author: Nicolas Bize
* Maintainer: Sergio F. Rodriguez
* Created: Feb 8th 2013
* Last Updated: Oct 16th 2014
* Last Updated: Feb 15th 2024
* Version: 2.1.4
* Licence: MagicSuggest is licenced under MIT licence (http://opensource.org/licenses/MIT)
*/
Expand Down
2 changes: 1 addition & 1 deletion magicsuggest.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"bootstrap",
"combobox"
],
"version": "2.1.5",
"version": "2.1.7",
"author": {
"name": "Nicolas Bize",
"url": "https://github.com/nicolasbize"
Expand Down

0 comments on commit ac05260

Please sign in to comment.