From f88425caba2023dc538b8defa5820ebee9b64c84 Mon Sep 17 00:00:00 2001 From: Viljami Salminen Date: Thu, 1 Mar 2018 14:11:05 +0200 Subject: [PATCH] Bumps up the version --- 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 59289b4b..6e7e9e1f 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.2` is the latest release. +* `1.2.0` 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 3c6d4549..b6cc2ef9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "1.11.2", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 65bb0893..255a0388 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "1.11.2", + "version": "1.2.0", "description": "Vue Design System is an open-source tool for prototyping UI design systems.", "author": "viljamis ", "main": "dist/system/system.js",