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:
parent
a011137832
commit
577da5ae9d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue