Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
chore(Polymer): update to Polymer 0.5.x
Browse files Browse the repository at this point in the history
closes #23
  • Loading branch information
Ray Nicholus committed Nov 27, 2014
1 parent 6aea008 commit b85fa10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "file-input",
"version": "1.1.3",
"version": "1.1.4",
"authors": [
"Ray Nicholus"
],
Expand All @@ -16,6 +16,6 @@
],
"keywords": ["Polymer", "web-components", "input", "file", "upload"],
"dependencies": {
"polymer": "Polymer/polymer#~0.4.2"
"polymer": "Polymer/polymer#~0.5.x"
}
}
2 changes: 1 addition & 1 deletion demo.html
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>file-input demo</title>

<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="file-input.html">

<!--Only used by the demo to add common bootstrap button styles to the file chooser-->
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -10,7 +10,7 @@
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<script src="../platform/platform.js"></script>
<script src="../webcomponentsjs/webcomponents.js"></script>
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../core-component-page/core-component-page.html">

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -22,5 +22,5 @@
"type" : "git",
"url" : "https://github.com/garstasio/file-input.git"
},
"version": "1.1.3"
"version": "1.1.4"
}

0 comments on commit b85fa10

Please sign in to comment.