Skip to content

Commit c12c74d

Browse files
author
Josh Johnson
committed
Version 2.5.0
1 parent 6ddd67f commit c12c74d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choices.js",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "A vanilla JS customisable text input/select box plugin",
55
"main": [
66
"./assets/scripts/dist/choices.js",

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
<meta name="theme-color" content="#ffffff">
1616

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

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

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

3030
<!--[if lt IE 9]>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "choices.js",
3-
"version": "2.4.1",
3+
"version": "2.5.0",
44
"description": "A vanilla JS customisable text input/select box plugin",
55
"main": "./assets/scripts/dist/choices.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)