Skip to content

Commit c1795bc

Browse files
committed
synthesis 1.0.21
1 parent 31adda7 commit c1795bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"type": "git",
1212
"url": "https://github.com/meteorwebcomponents/layout.git"
1313
},
14-
"version": "1.1.12"
14+
"version": "1.1.13"
1515
}

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Package.describe({
33
git: "https://github.com/meteorwebcomponents/layout.git",
44
name: "mwc:layout",
55
summary: "Polymer Layout renderer",
6-
version: "1.1.12"
6+
version: "1.1.13"
77
});
88

99
Package.onUse(function(api) {
1010
api.versionsFrom("1.3");
1111
api.use('ecmascript');
12-
api.use('mwc:[email protected].19');
12+
api.use('mwc:[email protected].21');
1313

1414
api.addFiles("PolymerLayout.js", ["client"]);
1515
api.addFiles("mwc_layout.html", ["client"]);

0 commit comments

Comments
 (0)