Skip to content

Commit

Permalink
release: v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Nov 5, 2021
1 parent feea303 commit a239c07
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

Several quick start options are available:

- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.0.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.0.2.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`
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "4.0.0"
"version": "4.0.2"
}
2 changes: 1 addition & 1 deletion packages/coreui-vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

Several quick start options are available:

- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.0.0.zip)
- [Download the latest release](https://github.com/coreui/coreui-vue/archive/v4.0.2.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`
Expand Down
2 changes: 1 addition & 1 deletion packages/coreui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/vue",
"version": "4.0.1",
"version": "4.0.2",
"description": "UI Components Library for Vue.js",
"keywords": [
"vue",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/vue-docs",
"version": "4.0.0",
"version": "4.0.2",
"config": {
"version_short": "4.0"
},
Expand Down

0 comments on commit a239c07

Please sign in to comment.