Skip to content

Commit

Permalink
Bump to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Sep 28, 2019
1 parent 22d82b1 commit 3a693e7
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 @@ -8,7 +8,7 @@ Dropbox).
## Installation

```ruby
gem "shrine-fog"
gem "shrine-fog", "~> 2.0"
gem "fog-xyz" # Fog gem for the storage you want to use
```

Expand Down
2 changes: 1 addition & 1 deletion shrine-fog.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "shrine-fog"
gem.version = "2.0.0"
gem.version = "2.0.1"

gem.required_ruby_version = ">= 2.1"

Expand Down

0 comments on commit 3a693e7

Please sign in to comment.