Skip to content

Commit

Permalink
Update to polymer 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Nov 11, 2014
1 parent 11756f3 commit 5a0bd21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-apis",
"version": "0.3.5",
"version": "0.4.0",
"homepage": "http://googlewebcomponents.github.io/google-apis",
"description": "Web components to load Google API libraries",
"main": "google-apis.html",
Expand All @@ -25,6 +25,6 @@
"apis"
],
"dependencies": {
"core-shared-lib": "Polymer/core-shared-lib#~0.4.2"
"core-shared-lib": "Polymer/core-shared-lib#~0.5.0"
}
}
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>google-apis Demo</title>
<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponentsjs.js"></script>

This comment has been minimized.

Copy link
@philipwalton

philipwalton Nov 11, 2014

Member

This should be "webcomponents.js" rather than "webcomponentsjs.js".

<link rel="import" href="google-apis.html">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html>
<head>

<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponentsjs.js"></script>

This comment has been minimized.

Copy link
@philipwalton

philipwalton Nov 11, 2014

Member

Same here.

<link rel="import" href="../core-component-page/core-component-page.html">

</head>
Expand Down

2 comments on commit 5a0bd21

@philipwalton
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename "webcomponentsjs.js" to "webcomponents.js".

@ebidel
Copy link
Contributor Author

@ebidel ebidel commented on 5a0bd21 Nov 11, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, thanks.

Please sign in to comment.