Skip to content

Commit 089501e

Browse files
author
Jan Miksovsky
committed
Update components in preparation for 0.6.3 release
1 parent 570d179 commit 089501e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "basic-stack",
33
"description": "Stacks its child elements on top of each other, taking on the maximum height and width of the child elements.",
4-
"version": "0.6.2",
4+
"version": "0.6.3",
55
"license": "MIT",
66
"main": "basic-stack.html",
77
"dependencies": {
8-
"basic-aspect": "basic-web-components/basic-aspect#0.6.2",
9-
"basic-children-content": "basic-web-components/basic-children-content#0.6.2",
10-
"basic-shared": "basic-web-components/basic-shared#0.6.2",
8+
"basic-aspect": "basic-web-components/basic-aspect#0.6.3",
9+
"basic-children-content": "basic-web-components/basic-children-content#0.6.3",
10+
"basic-shared": "basic-web-components/basic-shared#0.6.3",
1111
"polymer": "Polymer/polymer#^1.1"
1212
},
1313
"devDependencies": {
14-
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.2",
14+
"basic-framed-content": "basic-web-components/basic-framed-content#0.6.3",
1515
"web-component-tester": "*"
1616
},
1717
"keywords": [

0 commit comments

Comments
 (0)