Skip to content

Commit 7fedede

Browse files
committed
updated version number in docs
1 parent 12782a4 commit 7fedede

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/reactive_apps/100-rails_integration/README.md

+1-1
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.3.0
14+
$ yarn add https://github.com/matestack/matestack-ui-core#v1.3.2
1515
$ yarn install
1616
```
1717

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

+1-1
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.3.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.2` followed by `yarn install`.
6464

6565
Then, add
6666

docs/reactive_components/100-rails_integration/README.md

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

docs/start/100-installation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ In your package.json, change the version number used in the GitHub path referenc
7878
"name": "xyz",
7979
"dependencies": {
8080
// adjust the following path in order to match the Ruby Gem version!
81-
"matestack-ui-core": "https://github.com/matestack/matestack-ui-core#v1.3.0",
81+
"matestack-ui-core": "https://github.com/matestack/matestack-ui-core#v1.3.2",
8282
}
8383
}
8484

docs/start/150-getting_started/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ I've added a screencast (two parts) showing you what you will be doing in this t
1818
```bash
1919
rails new twitter_clone --webpacker
2020
cd twitter_clone
21-
bundle add matestack-ui-core --version "~> 1.3.0"
22-
yarn add https://github.com/matestack/matestack-ui-core#v1.3.0
21+
bundle add matestack-ui-core --version "~> 1.3.2"
22+
yarn add https://github.com/matestack/matestack-ui-core#v1.3.2
2323
```
2424

2525
- [x] Use Rails scaffolder in order to setup some files:

0 commit comments

Comments
 (0)