diff --git a/README.md b/README.md index e7ccf347..de6866b6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ The tool is built on top of [Vue.js](https://vuejs.org), [Vue Styleguidist](http ## Changelog -* `1.3.1` is the latest release. +* `1.3.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 dcc1ef58..1928a656 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 296036cf..d89b4bea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-design-system", - "version": "1.3.1", + "version": "1.3.2", "description": "Vue Design System is an open-source tool for prototyping UI design systems.", "author": "viljamis ", "main": "dist/system/system.js",