From fede0d64157ae3178060f8f8cbf858e40b07e8e9 Mon Sep 17 00:00:00 2001 From: Viljami Salminen Date: Mon, 20 Nov 2017 18:13:02 +0200 Subject: [PATCH] Bumps up the version --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 282d6b29..4dd55c13 100644 --- a/README.md +++ b/README.md @@ -52,12 +52,11 @@ Even though this is a system prototyping tool first and foremost, it has all the - [ ] Automated accessibility tests. - [ ] Consider showing all tokens under a separate category in living documentation. - [ ] Split sections in living documentation into separate views. -- [ ] Implement isolated mode for components. ## Changelog -* `0.4.1` is the latest release. +* `0.4.2` is the latest release. * See [Releases page](https://github.com/viljamis/vue-design-system/releases) for the full changelog. diff --git a/package.json b/package.json index 80c07e08..a395dbc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "0.4.1", + "version": "0.4.2", "description": "Vue Design System is an open-source tool for prototyping UI design systems.", "author": "viljamis ",