Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Apr 2, 2010
1 parent 6a0b3af commit 81ed27d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dm-predefined.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{dm-predefined}
s.version = "0.2.2"
s.version = "0.2.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Postmodern"]
s.date = %q{2010-03-20}
s.date = %q{2010-04-01}
s.description = %q{A DataMapper plugin for adding predefined resources to Models.}
s.email = %q{postmodern.mod3@gmail.com}
s.extra_rdoc_files = [
Expand Down
2 changes: 1 addition & 1 deletion lib/dm-predefined/version.rb
@@ -1,6 +1,6 @@
module DataMapper
module Predefined
# The version of dm-predefined
VERSION = '0.2.2'
VERSION = '0.2.3'
end
end

0 comments on commit 81ed27d

Please sign in to comment.