Skip to content

Commit 08de358

Browse files
committed
update to 1.4.5
1 parent 86779ca commit 08de358

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
26 Oct 2020 v1.4.5
2+
===
3+
14
_As of today, this project is no longer maintained._
25

36
31 May 2017 v1.4.4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
angular-validation 1.4.4
1+
angular-validation 1.4.5
22
=========================
33
[![NPM version](https://badge.fury.io/js/angular-validation.svg)](http://badge.fury.io/js/angular-validation)
44
[![Build Status](https://travis-ci.org/hueitan/angular-validation.png?branch=master)](https://travis-ci.org/hueitan/angular-validation)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"homepage": "https://github.com/hueitan/angular-validation",
55
"authors": [
66
"hueitan"

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var options = {
2-
version: '1.4.4',
2+
version: '1.4.5',
33
where: 'client',
44
packageName: 'hueitan:angular-validation'
55
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-validation",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"description": "Client-side Validation for AngularJS",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)