Version 2.0.2

This commit is contained in:
Josh Johnson 2016-09-05 13:50:08 +01:00
parent 1f2d685f5e
commit 9bb9e0b4c2
2 changed files with 4 additions and 4 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.1">
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=2.0.2">
<!-- 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.1">
<script src="assets/scripts/dist/choices.min.js?version=2.0.1"></script>
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=2.0.2">
<script src="assets/scripts/dist/choices.min.js?version=2.0.2"></script>
<!-- End Choices includes -->
<!--[if lt IE 9]>

View File

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