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

Commit

Permalink
gem version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Pizarro committed Jan 27, 2010
1 parent c204640 commit 4cef808
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cloud-crowd.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'cloud-crowd'
s.version = '0.3.2' # Keep version in sync with cloud-cloud.rb
s.date = '2010-01-08'
s.version = '0.3.3' # Keep version in sync with cloud-cloud.rb
s.date = '2010-01-27'

s.homepage = "http://wiki.github.com/documentcloud/cloud-crowd"
s.summary = "Parallel Processing for the Rest of Us"
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud-crowd.rb
Expand Up @@ -44,7 +44,7 @@ module CloudCrowd
autoload :WorkUnit, 'cloud_crowd/models'

# Keep this version in sync with the gemspec.
VERSION = '0.3.2'
VERSION = '0.3.3'

# Increment the schema version when there's a backwards incompatible change.
SCHEMA_VERSION = 3
Expand Down

0 comments on commit 4cef808

Please sign in to comment.