Skip to content

Commit

Permalink
Bump cre version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilgharbaoui committed Dec 17, 2021
1 parent f0669da commit 523d51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Cre.dig(:something, :nested, :multiple, :layers, :deep)
Add this line to your application's Gemfile:

```ruby
gem 'cre', '>= 2'
gem 'cre', '~> 2.1.1'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/cre/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cre
VERSION = '2.1.0'
VERSION = '2.1.1'
end

0 comments on commit 523d51f

Please sign in to comment.