From 9c4299818f220578a96fc25e6b8abc7ab08ec5d5 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 30 Sep 2015 10:39:23 -0400 Subject: [PATCH] Version bump to 2.3.0 --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 298d64f55..6e2f7644f 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-patternfly", - "version": "2.2.1", + "version": "2.3.0", "authors": [ "Red Hat" ], @@ -40,6 +40,6 @@ "angular-route": "1.3.0 - 1.4.*", "angular-bootstrap": "0.13.x", "lodash": "3.x", - "patternfly": "https://github.com/patternfly/patternfly.git#41b81ba31dba9b451dc5b57b17a37b8d5d37d3af" + "patternfly": "~2.3.0" } } diff --git a/package.json b/package.json index aab87ea17..d866b9096 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Red Hat", "name": "angular-patternfly", - "version": "2.2.1", + "version": "2.3.0", "description": "Angular extension of the PatternFly project.", "homepage": "https://github.com/patternfly/angular-patternfly", "dependencies": {},