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
1 changed files with 2 additions and 2 deletions

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
```