Skip to content

Commit

Permalink
Merge pull request #17 from 0exp/release/v0.3.1
Browse files Browse the repository at this point in the history
[release] 0.3.0 => 0.3.1
  • Loading branch information
0exp committed Oct 8, 2018
2 parents 4df1128 + 5a8e434 commit 42c746f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/any_cache/error.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ class AnyCache
UnsupportedDriverError = Class.new(Error)

# @since 0.3.1
NonexistentPatchError = Class.new(ArgumentError)
NonexistentPatchError = Class.new(Error)
end
2 changes: 1 addition & 1 deletion lib/any_cache/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ class AnyCache
#
# @api public
# @since 0.1.0
VERSION = '0.3.0'
VERSION = '0.3.1'
end

0 comments on commit 42c746f

Please sign in to comment.