From a1b7ef4bf989875805368308288106fbc7d913d5 Mon Sep 17 00:00:00 2001 From: Viljami Salminen Date: Fri, 5 Oct 2018 17:49:36 +0300 Subject: [PATCH] Bump up version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2997be97..2ea1677d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The tool is built on top of [Vue.js](https://vuejs.org), [Vue Styleguidist](http ## Changelog -- `3.5.2` is the latest release. +- `3.5.3` 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.json b/package.json index d4d26569..0f805469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "3.5.2", + "version": "3.5.3", "description": "Vue Design System is an open-source tool for building Design Systems with Vue.js", "author": "viljamis ", "main": "dist/system/system.js",