Version 1.1.6

This commit is contained in:
Josh Johnson 2016-08-20 12:40:14 +01:00
parent 66feebc1ee
commit 1e27adae23
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=1.1.5">
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=1.1.6">
<!-- 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=1.1.5">
<script src="assets/scripts/dist/choices.min.js?version=1.1.5"></script>
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=1.1.6">
<script src="assets/scripts/dist/choices.min.js?version=1.1.6"></script>
<!-- End Choices includes -->
<!--[if lt IE 9]>

View file

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