Skip to content

Commit

Permalink
Released 0.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
risadams committed Nov 14, 2022
1 parent a56e2e7 commit 6d343c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -21,7 +21,6 @@ else
rm *.bak
make compile
npm test || exit 1
cp dist/js/standalone/selectize.js ../.selectize.js
git add .
git commit -a -m "Released $(version)."
git tag v$(version)
Expand Down
2 changes: 1 addition & 1 deletion selectize.jquery.json
@@ -1,6 +1,6 @@
{
"name": "selectize",
"version": "0.14.0",
"version": "0.15.0",
"title": "Selectize.js",
"author": {
"name": "Brian Reavis",
Expand Down

0 comments on commit 6d343c4

Please sign in to comment.