We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b770e8 commit ec70a6cCopy full SHA for ec70a6c
docs/README.md
@@ -3,7 +3,7 @@
3
### Beta Testing
4
For beta testing please explicitly require beta version instead of `bootstrap-vue`
5
```bash
6
-yarn add bootstrap-vue@^1.0.0-beta.1 # or npm i bootstrap-vue@^1.0.0-beta.1
+yarn add bootstrap-vue@^1.0.0-beta.2 # or npm i bootstrap-vue@^1.0.0-beta.2
7
```
8
9
### Nuxt.js
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bootstrap-vue",
- "version": "1.0.0-beta.1",
+ "version": "1.0.0-beta.2",
"description": "Bootstrap 4 Components for Vue.js 2",
"main": "dist/bootstrap-vue.common.js",
"web": "dist/bootstrap-vue.js",
0 commit comments