From dc10af0e5574fc4cc5197295e2c581883ef4fe74 Mon Sep 17 00:00:00 2001 From: priley86 Date: Wed, 17 Aug 2016 12:37:28 -0400 Subject: [PATCH] Bumped version number to 3.9.0 --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 7017531c1..9ba166312 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-patternfly", - "version": "3.8.1", + "version": "3.9.0", "authors": [ "Red Hat" ], @@ -39,7 +39,7 @@ "angular-sanitize": "1.3.0 - 1.5.*", "angular-bootstrap": "0.13.x", "lodash": "3.x", - "patternfly": "~3.8.1" + "patternfly": "~3.9.0" }, "devDependencies": { "angular-mocks": "1.3.0 - 1.5.*" diff --git a/package.json b/package.json index b7f69cad1..2792eff2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Red Hat", "name": "angular-patternfly", - "version": "3.8.1", + "version": "3.9.0", "license": "Apache-2.0", "description": "Angular extension of the PatternFly project.", "keywords": ["angular", "patternfly"],