Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Mar 16, 2018
1 parent 1fa4ca7 commit 5807a4c
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'
gem 'discard', '~> 1.0'
```

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
@@ -1,3 +1,3 @@
module Discard
VERSION = "0.2.0"
VERSION = "1.0.0"
end

0 comments on commit 5807a4c

Please sign in to comment.