Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Oct 14, 2013
1 parent 8ac498c commit 10b7ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/moped/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
module Moped
VERSION = "2.0.0.beta2"
VERSION = "2.0.0.beta3"
end
2 changes: 1 addition & 1 deletion moped.gemspec
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.description = s.summary
s.files = Dir.glob("lib/**/*") + %w(CHANGELOG.md LICENSE README.md)
s.require_path = "lib"
s.add_dependency("bson", ["~> 2.0.0.rc2"])
s.add_dependency("bson", ["~> 2.0.0.rc3"])
s.add_dependency("optionable", ["~> 0.1.1"])
end

0 comments on commit 10b7ace

Please sign in to comment.