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 06dc3d4 commit b388c1cCopy full SHA for b388c1c
docs/getting-started/installation-update.md
@@ -10,7 +10,7 @@ Make sure to install and get to know `matestack-ui-core` and `matestack-ui-vuejs
10
Add 'matestack-ui-bootstrap' to your Gemfile
11
12
```ruby
13
-gem 'matestack-ui-bootstrap', "~> 3.0.0.rc1"
+gem 'matestack-ui-bootstrap', "~> 3.0.0.rc2"
14
```
15
16
and run
@@ -82,7 +82,7 @@ Add 'matestack-ui-vuejs' to your `package.json` by adding:
82
{
83
"name": "my-app",
84
"dependencies": {
85
- "matestack-ui-bootstrap": "^3.0.0-rc1",
+ "matestack-ui-bootstrap": "^3.0.0-rc2",
86
"..."
87
}
88
0 commit comments