Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Johnson committed Nov 7, 2016
1 parent 6ddd67f commit c12c74d
Show file tree
Hide file tree
Showing 3 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": "choices.js",
"version": "2.4.1",
"version": "2.5.0",
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
"./assets/scripts/dist/choices.js",
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
<meta name="theme-color" content="#ffffff">

<!-- Ignore these -->
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=2.4.1">
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=2.5.0">
<!-- End ignore these -->

<!-- Optional includes -->
<script src="https://cdn.polyfill.io/v2/polyfill.js?features=es5,fetch,Element.prototype.classList,requestAnimationFrame,Node.insertBefore,Node.firstChild"></script>
<!-- End optional includes -->

<!-- Choices includes -->
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=2.4.1">
<script src="assets/scripts/dist/choices.min.js?version=2.4.1"></script>
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=2.5.0">
<script src="assets/scripts/dist/choices.min.js?version=2.5.0"></script>
<!-- End Choices includes -->

<!--[if lt IE 9]>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choices.js",
"version": "2.4.1",
"version": "2.5.0",
"description": "A vanilla JS customisable text input/select box plugin",
"main": "./assets/scripts/dist/choices.min.js",
"scripts": {
Expand Down

0 comments on commit c12c74d

Please sign in to comment.