From 27961ccbd4899d23707b359f29909cca80264947 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 14 Nov 2021 08:57:20 -0800 Subject: [PATCH] 5.1.0 --- index.html | 17 ++++++++++------- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index a237eeed..dda8caed 100644 --- a/index.html +++ b/index.html @@ -105,7 +105,7 @@ // In development we import locally. window.location.hostname === "localhost" ? "/dist/web/install-button.js" - : "https://unpkg.com/esp-web-tools@5.0.0/dist/web/install-button.js?module" + : "https://unpkg.com/esp-web-tools@5.1.0/dist/web/install-button.js?module" ); @@ -200,16 +200,19 @@

ESPEasy

-

CanAirIO

- Citizen science initiative for monitoring air quality. CanAirIO uses - mobile and fixed sensors to measure air quality with smartphones and ESP32 devices. + Citizen science initiative for monitoring air quality. CanAirIO uses + mobile and fixed sensors to measure air quality with smartphones and + ESP32 devices.

- Installation Website + Installation Website

@@ -224,7 +227,7 @@

ESPHome

Website

-
+

Adding ESP Web Tools to your website

To add this to your own website, create a manifest and add the button to @@ -241,7 +244,7 @@

Adding ESP Web Tools to your website

 <script
   type="module"
-  src="https://unpkg.com/esp-web-tools@5.0.0/dist/web/install-button.js?module"
+  src="https://unpkg.com/esp-web-tools@5.1.0/dist/web/install-button.js?module"
 ></script>
 
 <esp-web-install-button
diff --git a/package-lock.json b/package-lock.json
index 8bf16a3a..b91944fb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "esp-web-tools",
-  "version": "5.0.0",
+  "version": "5.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "esp-web-tools",
-      "version": "5.0.0",
+      "version": "5.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "@material/mwc-button": "^0.25.3",
diff --git a/package.json b/package.json
index 47e04f56..30729515 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "esp-web-tools",
-  "version": "5.0.0",
+  "version": "5.1.0",
   "description": "Web tools for ESP devices",
   "main": "dist/install-button.js",
   "repository": "https://github.com/esphome/web",