Skip to content

Commit 5a0bd21

Browse files
committed
Update to polymer 0.5.0
1 parent 11756f3 commit 5a0bd21

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "google-apis",
3-
"version": "0.3.5",
3+
"version": "0.4.0",
44
"homepage": "http://googlewebcomponents.github.io/google-apis",
55
"description": "Web components to load Google API libraries",
66
"main": "google-apis.html",
@@ -25,6 +25,6 @@
2525
"apis"
2626
],
2727
"dependencies": {
28-
"core-shared-lib": "Polymer/core-shared-lib#~0.4.2"
28+
"core-shared-lib": "Polymer/core-shared-lib#~0.5.0"
2929
}
3030
}

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
66
<title>google-apis Demo</title>
7-
<script src="../platform/platform.js"></script>
7+
<script src="../webcomponentsjs/webcomponentsjs.js"></script>
88
<link rel="import" href="google-apis.html">
99
</head>
1010
<body>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html>
44
<head>
55

6-
<script src="../platform/platform.js"></script>
6+
<script src="../webcomponentsjs/webcomponentsjs.js"></script>
77
<link rel="import" href="../core-component-page/core-component-page.html">
88

99
</head>

0 commit comments

Comments
 (0)