Version 1.1.3

This commit is contained in:
Josh Johnson 2016-08-17 14:01:13 +01:00
parent f201b6cd09
commit ad0ea44c83
2 changed files with 4 additions and 4 deletions

View file

@ -15,13 +15,13 @@
<meta name="theme-color" content="#ffffff">
<!-- Ignore these -->
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=1.1.2">
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=1.1.3">
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,matchMedia,fetch,Element.prototype.placeholder,Array.prototype.includes"></script>
<!-- End ignore these -->
<!-- Choices includes -->
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=1.1.2">
<script src="assets/scripts/dist/choices.min.js?version=1.1.2"></script>
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=1.1.3">
<script src="assets/scripts/dist/choices.min.js?version=1.1.3"></script>
<!-- End Choices includes -->
<!--[if lt IE 9]>

View file

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