Version bump to 3.2.0

This commit is contained in:
Paulus Schoutsen 2021-06-14 15:50:55 -07:00
parent 7f03060e86
commit 97cca13ccf
2 changed files with 4 additions and 1 deletions

3
package-lock.json generated
View File

@ -1105,6 +1105,9 @@
"resolved": "https://registry.npmjs.org/rollup/-/rollup-2.51.1.tgz",
"integrity": "sha512-8xfDbAtBleXotb6qKEHWuo/jkn94a9dVqGc7Rwl3sqspCVlnCfbRek7ldhCARSi7h32H0xR4QThm1t9zHN+3uw==",
"dev": true,
"dependencies": {
"fsevents": "~2.3.1"
},
"bin": {
"rollup": "dist/bin/rollup"
},

View File

@ -1,6 +1,6 @@
{
"name": "esp-web-tools",
"version": "3.1.0",
"version": "3.2.0",
"description": "Web tools for ESP devices",
"main": "dist/install-button.js",
"repository": "https://github.com/esphome/web",