Skip to content

Commit

Permalink
version bump for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Oct 9, 2012
1 parent b50e0f3 commit dc12473
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-simple_form.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib'] gem.require_paths = ['lib']
gem.version = ClientSideValidations::SimpleForm::VERSION gem.version = ClientSideValidations::SimpleForm::VERSION


gem.add_dependency 'client_side_validations', '~> 3.2.0.rc.2' gem.add_dependency 'client_side_validations', '~> 3.2.0'
gem.add_dependency 'simple_form', '~> 1.5.0' gem.add_dependency 'simple_form', '~> 1.5.0'


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

0 comments on commit dc12473

Please sign in to comment.