Skip to content

Commit

Permalink
release 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Feb 18, 2015
2 parents 94b1b78 + f53db3f commit b94b680
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"tools": "Polymer/tools#master",
"web-component-tester": "Polymer/web-component-tester#^1.4.2"
},
"version": "0.5.4"
"version": "0.5.5"
}
9 changes: 5 additions & 4 deletions build.log
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BUILD LOG
---------
Build Time: 2015-02-13T14:44:47
Build Time: 2015-02-17T17:25:22

NODEJS INFORMATION
==================
Expand All @@ -11,15 +11,16 @@ grunt-contrib-concat: 0.5.0
grunt-contrib-copy: 0.7.0
grunt-contrib-uglify: 0.6.0
grunt-string-replace: 1.0.0
web-component-tester: 1.6.2

REPO REVISIONS
==============
polymer-expressions: f2229c2f3db2332aab5c4dba029c17f8bc3f99f2
polymer-gestures: ccd9dfae58896dff2e4fe9ce123870d321e393d1
polymer: 78c65603a3ced2dbcff2e91c00ea7d196d723959
polymer: f53db3fe961a3094844ad46e70e3f721604b0a2b

BUILD HASHES
============
dist/polymer.js: 40935f33cf91fd34c050a94eeaf38a1697407741
dist/polymer.min.js: f9f099509b19354cd53357325787f68ef17ae13b
dist/polymer.js: 0238138d46a41de3724926295213f1babf66ed41
dist/polymer.min.js: d5907053e8535c422393aa240e9026ffe0b5fefc
dist/layout.html: 348d358a91712ecc2f8811efa430fcd954b4590c
4 changes: 2 additions & 2 deletions polymer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Code distributed by Google as part of the polymer project is also
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/
// @version 0.5.4
// @version 0.5.5
window.PolymerGestures = {};

(function(scope) {
Expand Down Expand Up @@ -3814,7 +3814,7 @@ window.PolymerGestures = {};
})(this);

Polymer = {
version: '0.5.4'
version: '0.5.5'
};

// TODO(sorvell): this ensures Polymer is an object and not a function
Expand Down
4 changes: 2 additions & 2 deletions polymer.min.js

Large diffs are not rendered by default.

0 comments on commit b94b680

Please sign in to comment.