diff --git a/README.md b/README.md index e7008a1d..8fe7a1ff 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Several quick start options are available: -- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.0.zip) +- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.1.zip) - Clone the repo: `git clone https://github.com/coreui/coreui-vue.git` - Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue` - Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue` diff --git a/lerna.json b/lerna.json index b53dfa2f..60a60213 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages/*" ], "useWorkspaces": true, - "version": "4.1.0" + "version": "4.1.1" } diff --git a/packages/coreui-vue/README.md b/packages/coreui-vue/README.md index e7008a1d..8fe7a1ff 100644 --- a/packages/coreui-vue/README.md +++ b/packages/coreui-vue/README.md @@ -43,7 +43,7 @@ Several quick start options are available: -- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.0.zip) +- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.1.1.zip) - Clone the repo: `git clone https://github.com/coreui/coreui-vue.git` - Install with [npm](https://www.npmjs.com/): `npm install @coreui/vue` - Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/vue` diff --git a/packages/coreui-vue/package.json b/packages/coreui-vue/package.json index f0331812..03f6490e 100644 --- a/packages/coreui-vue/package.json +++ b/packages/coreui-vue/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/vue", - "version": "4.1.0", + "version": "4.1.1", "description": "UI Components Library for Vue.js", "keywords": [ "vue", diff --git a/packages/docs/package.json b/packages/docs/package.json index 112ea032..7bad1b0c 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/vue-docs", - "version": "4.1.0", + "version": "4.1.1", "config": { "version_short": "4.1" },