Skip to content

Commit 1afe91e

Browse files
committed
bumped version number in docs
1 parent 0f69678 commit 1afe91e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.0
14+
$ yarn add https://github.com/matestack/matestack-ui-core#v1.2.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.1.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.2.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.1.0
12+
$ yarn add https://github.com/matestack/matestack-ui-core#v1.2.0
1313
$ yarn install
1414
```
1515

docs/start/100-installation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you want to use Matestack's optional reactivity features, please follow this
99
Add 'matestack-ui-core' to your Gemfile
1010

1111
```ruby
12-
gem 'matestack-ui-core', '~> 1.1'
12+
gem 'matestack-ui-core', '~> 1.2'
1313
```
1414

1515
and run

0 commit comments

Comments
 (0)