From cc635c1010ffe1cf47d56b843bf270ef6ba5346d Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Mon, 7 Oct 2024 14:23:50 -0700 Subject: [PATCH] Bump version back so that np can be the one to bump the version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ed5a094e..5fb8aa5cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@polymer/polymer", - "version": "3.5.2", + "version": "3.5.1", "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-element.js", "module": "polymer-element.js",