Skip to content

Commit ec70a6c

Browse files
author
Pooya Parsa
committed
bump to beta.2
1 parent 3b770e8 commit ec70a6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Beta Testing
44
For beta testing please explicitly require beta version instead of `bootstrap-vue`
55
```bash
6-
yarn add bootstrap-vue@^1.0.0-beta.1 # or npm i bootstrap-vue@^1.0.0-beta.1
6+
yarn add bootstrap-vue@^1.0.0-beta.2 # or npm i bootstrap-vue@^1.0.0-beta.2
77
```
88

99
### Nuxt.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-vue",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "Bootstrap 4 Components for Vue.js 2",
55
"main": "dist/bootstrap-vue.common.js",
66
"web": "dist/bootstrap-vue.js",

0 commit comments

Comments
 (0)