Skip to content

Commit

Permalink
bumped gem version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfrench committed Jun 16, 2009
1 parent 0db1251 commit de14a5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 2
:patch: 0
:patch: 1
4 changes: 2 additions & 2 deletions formtastic.gemspec
Expand Up @@ -2,12 +2,12 @@

Gem::Specification.new do |s|
s.name = %q{formtastic}
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin French"]
s.autorequire = %q{formtastic}
s.date = %q{2009-05-30}
s.date = %q{2009-06-17}
s.description = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
s.email = %q{justin@indent.com.au}
s.extra_rdoc_files = [
Expand Down

0 comments on commit de14a5d

Please sign in to comment.