Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
JDutil committed May 16, 2012
1 parent a92ee0e commit b3623c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ If you don't want to have Formtastic as a dependency there is a fork of this pro

In your `Gemfile`, add the following dependencies:

gem 'contact_us', '~> 0.2.1'
gem 'contact_us', '~> 0.3.0'

From `Rails.root` run:

Expand Down
2 changes: 1 addition & 1 deletion lib/contact_us/version.rb
@@ -1,3 +1,3 @@
module ContactUs
VERSION = "0.2.1"
VERSION = "0.3.0"
end

0 comments on commit b3623c0

Please sign in to comment.