1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-04-14 17:32:55 -04:00

Bump version (0.2.0) [fix]

This commit is contained in:
Alex Kotov 2022-02-10 03:55:49 +05:00
parent a011137832
commit 577da5ae9d
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -15,7 +15,7 @@ Install
Add the following to your `Gemfile`:
```ruby
gem 'kernaux', '~> 0.1.0'
gem 'kernaux', '~> 0.2.0'
```
Or add the following to your `*.gemspec`:
@ -23,7 +23,7 @@ Or add the following to your `*.gemspec`:
```ruby
Gem::Specification.new do |spec|
# ...
spec.add_runtime_dependency 'kernaux', '~> 0.1.0'
spec.add_runtime_dependency 'kernaux', '~> 0.2.0'
# ...
end
```