Skip to content

Commit 4849d22

Browse files
committed
update version numbers in install docs
1 parent d04ba2b commit 4849d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/1-installation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide shows you how to add matestack-ui-core to an existing rails applicati
77
Add 'matestack-ui-core' to your Gemfile
88

99
```ruby
10-
gem 'matestack-ui-core', '>= 1.0.0.rc.1'
10+
gem 'matestack-ui-core', '~> 1.0.0'
1111
```
1212

1313
and run
@@ -27,7 +27,7 @@ Rails 6+ apps, by default, use webpacker, rails 5 apps, by default, use the asse
2727
Add 'matestack-ui-core' to your `package.json` by running:
2828

2929
```
30-
$ yarn add https://github.com/matestack/matestack-ui-core#v1.0.0.rc.1
30+
$ yarn add https://github.com/matestack/matestack-ui-core#v1.0.0
3131
$ yarn install
3232
```
3333

0 commit comments

Comments
 (0)