Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Oct 8, 2012
1 parent bb401dd commit fe7d21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client_side_validations-formtastic.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = ClientSideValidations::Formtastic::VERSION

gem.add_dependency 'client_side_validations', '~> 3.2.0.rc.1'
gem.add_dependency 'client_side_validations', '~> 3.2.0.rc.2'
gem.add_dependency 'formtastic', '~> 2.2.0'

gem.add_development_dependency 'rails', '~> 3.2.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/client_side_validations/formtastic/version.rb
@@ -1,5 +1,5 @@
module ClientSideValidations
module Formtastic
VERSION = '2.2.0.rc.1'
VERSION = '2.2.0.rc.2'
end
end

0 comments on commit fe7d21e

Please sign in to comment.