Skip to content

Commit 9cc65d3

Browse files
Merge pull request #31 from erundle/master
Update to 2.0.0
2 parents 43339ad + 495a062 commit 9cc65d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-patternfly",
3-
"version": "0.0.5",
3+
"version": "2.0.0",
44
"authors": [
55
"Red Hat"
66
],
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"angular": "1.2.25 - 1.3.*",
33-
"patternfly": "2.0.*"
33+
"patternfly": "~2.0.0"
3434
},
3535
"devDependencies": {
3636
"angular-animate": "1.2.25 - 1.3.*",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Red Hat",
33
"name": "angular-patternfly",
4-
"version": "0.0.5",
4+
"version": "2.0.0",
55
"description": "Angular extension of the PatternFly project.",
66
"homepage": "https://github.com/patternfly/angular-patternfly",
77
"dependencies": {},

0 commit comments

Comments
 (0)