Version 2.6.1

This commit is contained in:
Josh Johnson 2017-01-01 16:02:31 +00:00
parent 7acf306aff
commit 70123e5b7f
3 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{
"name": "choices.js",
"version": "2.6.0",
"version": "2.6.1",
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
"./assets/scripts/dist/choices.js",

View file

@ -15,7 +15,7 @@
<meta name="theme-color" content="#ffffff">
<!-- Ignore these -->
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=2.6.0">
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=2.6.1">
<!-- End ignore these -->
<!-- Optional includes -->
@ -23,8 +23,8 @@
<!-- End optional includes -->
<!-- Choices includes -->
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=2.6.0">
<script src="assets/scripts/dist/choices.min.js?version=2.6.0"></script>
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=2.6.1">
<script src="assets/scripts/dist/choices.min.js?version=2.6.1"></script>
<!-- End Choices includes -->
<!--[if lt IE 9]>

View file

@ -1,6 +1,6 @@
{
"name": "choices.js",
"version": "2.6.0",
"version": "2.6.1",
"description": "A vanilla JS customisable text input/select box plugin",
"main": "./assets/scripts/dist/choices.min.js",
"scripts": {