Skip to content

Commit

Permalink
Update version and history
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Feb 28, 2016
1 parent 8cbe4f9 commit 45422a1
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,7 @@

## Version 4.2

* [v4.2.2](https://github.com/DavyJonesLocker/client_side_validations/compare/v4.2.1...v4.2.2)
* [v4.2.1](https://github.com/DavyJonesLocker/client_side_validations/compare/v4.2.0...v4.2.1)
* [v4.2.0](https://github.com/DavyJonesLocker/client_side_validations/compare/v3.2.6...v4.2.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -533,7 +533,7 @@ on how to properly submit issues and pull requests.

## Legal ##

[DockYard](https://dockyard.com/), LLC © 2012-2015
[DockYard](https://dockyard.com/), LLC © 2012-2016

[@dockyard](https://twitter.com/dockyard)

Expand Down
4 changes: 2 additions & 2 deletions client_side_validations.gemspec
Expand Up @@ -6,8 +6,8 @@ require 'client_side_validations/version'
Gem::Specification.new do |spec|
spec.name = 'client_side_validations'
spec.version = ClientSideValidations::VERSION
spec.authors = ['Brian Cardarella']
spec.email = ['bcardarella@gmail.com']
spec.authors = ['Geremia Taglialatela', 'Brian Cardarella']
spec.email = ['tagliala.dev@gmail.com', 'bcardarella@gmail.com']

spec.summary = 'Client Side Validations'
spec.description = 'Client Side Validations made easy for your Rails 4 applications'
Expand Down
2 changes: 1 addition & 1 deletion coffeescript/rails.validations.coffee
@@ -1,6 +1,6 @@
###!
* Client Side Validations - v<%= ClientSideValidations::VERSION %> (https://github.com/DavyJonesLocker/client_side_validations)
* Copyright (c) <%= DateTime.now.year %> Brian Cardarella
* Copyright (c) <%= DateTime.now.year %> Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (http://opensource.org/licenses/mit-license.php)
###

Expand Down
2 changes: 1 addition & 1 deletion lib/client_side_validations/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ClientSideValidations
VERSION = '4.2.1'.freeze
VERSION = '4.2.2'.freeze
end
4 changes: 2 additions & 2 deletions vendor/assets/javascripts/rails.validations.js
@@ -1,7 +1,7 @@

/*!
* Client Side Validations - v4.2.1 (https://github.com/DavyJonesLocker/client_side_validations)
* Copyright (c) 2016 Brian Cardarella
* Client Side Validations - v4.2.2 (https://github.com/DavyJonesLocker/client_side_validations)
* Copyright (c) 2016 Geremia Taglialatela, Brian Cardarella
* Licensed under MIT (http://opensource.org/licenses/mit-license.php)
*/

Expand Down

0 comments on commit 45422a1

Please sign in to comment.