From df7ac00681f080957eca9ae3ba74ebc4e5d60c20 Mon Sep 17 00:00:00 2001 From: Viljami Salminen Date: Tue, 9 Oct 2018 10:17:59 +0300 Subject: [PATCH] Bump 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 18246048..bafb3f1e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The tool is built on top of [Vue.js](https://vuejs.org), [Vue Styleguidist](http ## Changelog -- `3.5.4` is the latest release. +- `3.5.5` is the latest release. - See [Releases page](https://github.com/viljamis/vue-design-system/releases) for the full changelog. ## Need more help? diff --git a/package-lock.json b/package-lock.json index 902eedfd..483ff071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "3.5.4", + "version": "3.5.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0976a7a8..3ea3ecf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "3.5.4", + "version": "3.5.5", "description": "Vue Design System is an open-source tool for building Design Systems with Vue.js", "author": "viljamis ", "main": "dist/system/system.js",