Skip to content

Commit d03a6c4

Browse files
committed
doc(readme): bump gem version
1 parent 3db878e commit d03a6c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ gem build flat_api.gemspec
2727
Then either install the gem locally:
2828

2929
```shell
30-
gem install ./flat_api-0.1.0.gem
30+
gem install ./flat_api-0.1.1.gem
3131
```
32-
(for development, run `gem install --dev ./flat_api-0.1.0.gem` to install the development dependencies)
32+
(for development, run `gem install --dev ./flat_api-0.1.1.gem` to install the development dependencies)
3333

3434
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
3535

3636
Finally add this to the Gemfile:
3737

38-
gem 'flat_api', '~> 0.1.0'
38+
gem 'flat_api', '~> 0.1.1'
3939

4040
### Install from Git
4141

0 commit comments

Comments
 (0)