Skip to content

Commit fb53345

Browse files
committed
bumped version in docs
1 parent 0ae03e6 commit fb53345

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/reactive_apps/100-rails_integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Matestack's JavaScript needs to be integrated into your Rails application in ord
1111
Add 'matestack-ui-core' to your `package.json` by running:
1212

1313
```
14-
$ yarn add https://github.com/matestack/matestack-ui-core#v1.2.0
14+
$ yarn add https://github.com/matestack/matestack-ui-core#v1.3.0
1515
$ yarn install
1616
```
1717

docs/reactive_apps/1000-tutorial/01_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ to start the application. Now visit [localhost:3000](http://localhost:3000/) and
6060

6161
To install matestack, run `gem install matestack-ui-core` or add `gem 'matestack-ui-core'` to your Gemfile and run `bundle install`.
6262

63-
For a complete setup with Webpacker, you also need to run `yarn add https://github.com/matestack/matestack-ui-core#v1.2.0` followed by `yarn install`.
63+
For a complete setup with Webpacker, you also need to run `yarn add https://github.com/matestack/matestack-ui-core#v1.3.0` followed by `yarn install`.
6464

6565
Then, add
6666

docs/reactive_components/100-rails_integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Matestack's JavaScript needs to be integrated into your Rails application in ord
99
Add 'matestack-ui-core' to your `package.json` by running:
1010

1111
```
12-
$ yarn add https://github.com/matestack/matestack-ui-core#v1.2.0
12+
$ yarn add https://github.com/matestack/matestack-ui-core#v1.3.0
1313
$ yarn install
1414
```
1515

docs/start/150-getting_started/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ We will add a screencast for this guide shortly!
1515
```bash
1616
rails new twitter_clone --webpacker
1717
cd twitter_clone
18-
bundle add matestack-ui-core --version "~> 1.2.0"
19-
yarn add https://github.com/matestack/matestack-ui-core#v1.2.0
18+
bundle add matestack-ui-core --version "~> 1.3.0"
19+
yarn add https://github.com/matestack/matestack-ui-core#v1.3.0
2020
```
2121

2222
- [x] Use Rails scafflolder in order to setup some files:

0 commit comments

Comments
 (0)