Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
markevans committed Oct 24, 2016
1 parent 571ae62 commit cf7dddd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ Installation

or in your Gemfile
```ruby
gem 'dragonfly', '~> 1.0.12'
gem 'dragonfly', '~> 1.1.0'
```

Require with
Expand Down
2 changes: 1 addition & 1 deletion lib/dragonfly/version.rb
@@ -1,3 +1,3 @@
module Dragonfly
VERSION = '1.0.12'
VERSION = '1.1.0'
end

0 comments on commit cf7dddd

Please sign in to comment.