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 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 71ffd97 commit f944c27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flipper-mongo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Gem::Specification.new do |gem|
gem.name = "flipper-mongo"
gem.require_paths = ["lib"]
gem.version = Flipper::Adapters::Mongo::VERSION
gem.add_dependency 'flipper', '~> 0.1.1'
gem.add_dependency 'flipper', '~> 0.2'
end
2 changes: 1 addition & 1 deletion lib/flipper/adapters/mongo/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Flipper
module Adapters
class Mongo
VERSION = "0.1.1"
VERSION = "0.2.0"
end
end
end

0 comments on commit f944c27

Please sign in to comment.