Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Up flipper dependency version and release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Aug 7, 2012
1 parent 116e3ae commit 6880908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flipper-redis.gemspec
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |gem|
gem.name = "flipper-redis"
gem.require_paths = ["lib"]
gem.version = Flipper::Adapters::Redis::VERSION
gem.add_dependency 'flipper', '~> 0.1.1'
gem.add_dependency 'flipper', '~> 0.2.0'
end
2 changes: 1 addition & 1 deletion lib/flipper/adapters/redis/version.rb
@@ -1,7 +1,7 @@
module Flipper
module Adapters
class Redis
VERSION = "0.1.1"
VERSION = "0.2.0"
end
end
end

0 comments on commit 6880908

Please sign in to comment.