Skip to content

Commit 70ec5b9

Browse files
author
Damian Dulisz
committed
Bump version to 1.1.3
1 parent 6990614 commit 70ec5b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vue-multiselect ![Build Status](https://circleci.com/gh/monterail/vue-multiselect/tree/master.svg?style=shield&circle-token=5c931ff28fd12587610f835472becdd514d09cef)
22
Probably the most complete *selecting* solution for Vue.js, without jQuery.
33

4-
#### Current version: v1.1.2
4+
#### Current version: v1.1.3
55

66
#### For Vue 2.0 users:
77
Vue-multiselect 2.0-beta is available: `npm install vue-multiselect@next`.

docs/partials/_start.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ section.start(
55
h1.typo__h1
66
img.logo(src="./static/vue-logo.png")
77
| Vue-multiselect
8-
small.version (v1.1.2)
8+
small.version (v1.1.3)
99
h3.typo__h3 The most complete selecting solution for
1010
= ' '
1111
a.typo__link(href="http://vuejs.org" target="_BLANK") Vue.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-multiselect",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Multiselect component for vue.js",
55
"author": "Damian Dulisz <damian.dulisz@monterail.com>",
66
"private": false,

0 commit comments

Comments
 (0)