From c54ce74ecf24c8e55fb7871bdfcf8ec9749ac17c Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 27 Oct 2015 10:45:30 -0400 Subject: [PATCH] Bump to version 2.5.0 --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 9be12885c..410c8a053 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-patternfly", - "version": "2.4.0", + "version": "2.5.0", "authors": [ "Red Hat" ], @@ -40,6 +40,6 @@ "angular-route": "1.3.0 - 1.4.*", "angular-bootstrap": "0.13.x", "lodash": "3.x", - "patternfly": "git://github.com/patternfly/patternfly.git#master" + "patternfly": "~2.5.0" } } diff --git a/package.json b/package.json index 5e92ea871..5393d1927 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Red Hat", "name": "angular-patternfly", - "version": "2.4.0", + "version": "2.5.0", "description": "Angular extension of the PatternFly project.", "homepage": "https://github.com/patternfly/angular-patternfly", "dependencies": {},