Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarednorman committed Feb 17, 2020
1 parent ed11239 commit 3773f0c
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 @@ -13,7 +13,7 @@ A simple ActiveRecord mixin to add conventions for flagging records as discarded
Add this line to your application's Gemfile:

```ruby
gem 'discard', '~> 1.0'
gem 'discard', '~> 1.2'
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/discard/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Discard
# Discard version
VERSION = "1.1.0".freeze
VERSION = "1.2.0".freeze
end

0 comments on commit 3773f0c

Please sign in to comment.