From a952124b9a223419219d75c019457e24ae8a116d Mon Sep 17 00:00:00 2001 From: Viljami Salminen Date: Sun, 25 Feb 2018 17:59:18 +0200 Subject: [PATCH] v1.11.2 --- README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56c071c2..59289b4b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ means to turn into your organization’s actual design system in the end. ## Changelog -* `1.11.0` is the latest release. +* `1.11.2` is the latest release. * See [Releases page](https://github.com/viljamis/vue-design-system/releases) for the full changelog. ## Authors and License diff --git a/package-lock.json b/package-lock.json index e3af7d96..3c6d4549 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "1.11.0", + "version": "1.11.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a5b5fd5..65bb0893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "1.11.0", + "version": "1.11.2", "description": "Vue Design System is an open-source tool for prototyping UI design systems.", "author": "viljamis ", "main": "dist/system/system.js",