Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
kenn committed May 26, 2012
1 parent 1e2b073 commit a26a5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis-mutex.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "redis-mutex"
gem.require_paths = ["lib"]
gem.version = '1.3.1' # retrieve this value by: Gem.loaded_specs['redis-mutex'].version.to_s
gem.version = '1.3.2' # retrieve this value by: Gem.loaded_specs['redis-mutex'].version.to_s

gem.add_runtime_dependency "redis-classy", "~> 1.0"
gem.add_runtime_dependency "redis"
Expand Down

0 comments on commit a26a5cb

Please sign in to comment.