Version 1.0.59

This commit is contained in:
Josh Johnson 2016-08-08 13:33:29 +01:00
parent 97451458ae
commit bae54c115d
2 changed files with 4 additions and 4 deletions

View file

@ -7,12 +7,12 @@
<meta name=description itemprop=description content="A lightweight, configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency.">
<!-- Ignore these -->
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=1.0.58">
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=1.0.59">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
<!-- Choices includes -->
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=1.0.58">
<script src="assets/scripts/dist/choices.min.js?version=1.0.58"></script>
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=1.0.59">
<script src="assets/scripts/dist/choices.min.js?version=1.0.59"></script>
<!--[if lt IE 9]>
<style>

View file

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