Skip to content

Commit

Permalink
[Rao] Version update for performance improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayrao14 committed May 3, 2018
1 parent 1c46e84 commit 95a778e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/multi_cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MultiCache
VERSION = "0.1.1"
VERSION = "0.1.2"
end
4 changes: 2 additions & 2 deletions multi_cache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ require 'multi_cache/version'

Gem::Specification.new do |spec|
spec.name = "multi_cache"
spec.version = '0.1.1'
spec.authors = ["Akshay Rao"]
spec.version = '0.1.2'
spec.authors = ["Akshay Rao", "Sonu Kumar"]
spec.email = ["[email protected]"]

spec.summary = %q{Framework to help you easily manage caches under multiple keys}
Expand Down

0 comments on commit 95a778e

Please sign in to comment.