Version 1.0.55

This commit is contained in:
Josh Johnson 2016-08-07 21:12:38 +01:00
parent 0e99cfaf82
commit 4ebd30f0a5
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.54">
<link rel="stylesheet" href="assets/styles/css/base.min.css?version=1.0.55">
<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.54">
<script src="assets/scripts/dist/choices.min.js?version=1.0.54"></script>
<link rel="stylesheet" href="assets/styles/css/choices.min.css?version=1.0.55">
<script src="assets/scripts/dist/choices.min.js?version=1.0.55"></script>
<!--[if lt IE 9]>
<style>

View file

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