Skip to content

Commit

Permalink
Bump version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 3, 2012
1 parent 65d2b4f commit 53f9757
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,5 +1,5 @@
Next Release (1.0)
==================
Next Release (0.2.0)
====================

* Added ability to maintain a snapshot of multiple collections atomically - [@aaw](https://github.com/aaw).
* Added support for [Mongoid 3.0](https://github.com/mongoid/mongoid) - [@dblock](https://github.com/dblock).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.1.0
0.2.0
2 changes: 1 addition & 1 deletion mongoid_collection_snapshot.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = "mongoid_collection_snapshot"
s.version = "0.1.0"
s.version = "0.2.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Windsor"]
Expand Down

0 comments on commit 53f9757

Please sign in to comment.