diff --git a/bower.json b/bower.json index 3e43c6b..8fd8dc5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "file-input", - "version": "1.1.3", + "version": "1.1.4", "authors": [ "Ray Nicholus" ], @@ -16,6 +16,6 @@ ], "keywords": ["Polymer", "web-components", "input", "file", "upload"], "dependencies": { - "polymer": "Polymer/polymer#~0.4.2" + "polymer": "Polymer/polymer#~0.5.x" } } diff --git a/demo.html b/demo.html index eb2b127..d058450 100644 --- a/demo.html +++ b/demo.html @@ -5,7 +5,7 @@ file-input demo - + diff --git a/index.html b/index.html index d9c87a0..4155f4c 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ - + diff --git a/package.json b/package.json index 106c9e3..bdf13d4 100644 --- a/package.json +++ b/package.json @@ -22,5 +22,5 @@ "type" : "git", "url" : "https://github.com/garstasio/file-input.git" }, - "version": "1.1.3" + "version": "1.1.4" }