Version 2.0.7

This commit is contained in:
Josh Johnson 2016-09-24 10:54:03 +01:00
parent cd0bb9d45f
commit 436f2ec87b
2 changed files with 5 additions and 5 deletions

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.0.6">
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=2.0.7">
<!-- 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.0.6">
<script src="assets/scripts/dist/choices.min.js?version=2.0.6"></script>
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=2.0.7">
<script src="assets/scripts/dist/choices.min.js?version=2.0.7"></script>
<!-- End Choices includes -->
<!--[if lt IE 9]>

View file

@ -1,6 +1,6 @@
{
"name": "choices.js",
"version": "2.0.6",
"version": "2.0.7",
"description": "A vanilla JS customisable text input/select box plugin",
"main": "./assets/scripts/dist/choices.min.js",
"scripts": {
@ -71,4 +71,4 @@
"icons/*"
]
}]
}
}