From 51929f42130f3e4021d68f0666dc32fb849ee880 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Fri, 14 Jul 2017 17:02:16 -0700 Subject: [PATCH] 2.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index adb45c64ae..9c6d273f19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "2.0.1", + "version": "2.0.2", "description": "The Polymer library makes it easy to create your own web components. Give your element some markup and properties, and then use it on a site. Polymer provides features like dynamic templates and data binding to reduce the amount of boilerplate you need to write", "main": "polymer.html", "directories": {