From 53c44b2f6e5ee211c20629e171c1ab1e6d85ce36 Mon Sep 17 00:00:00 2001 From: priley86 Date: Wed, 3 Aug 2016 20:26:17 -0400 Subject: [PATCH] Bumped version number to 3.8.1 --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 109b1d94d..7017531c1 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-patternfly", - "version": "3.8.0", + "version": "3.8.1", "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.0" + "patternfly": "~3.8.1" }, "devDependencies": { "angular-mocks": "1.3.0 - 1.5.*" diff --git a/package.json b/package.json index 6ec05cd9e..963eb4783 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "author": "Red Hat", "name": "angular-patternfly", - "version": "3.8.0", + "version": "3.8.1", "license": "Apache-2.0", "description": "Angular extension of the PatternFly project.", "homepage": "https://github.com/patternfly/angular-patternfly",