Skip to content

Commit 9444591

Browse files
committed
1.13 release
1 parent e1291a2 commit 9444591

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import { onMount } from 'svelte';
3-
const VERSION = '1.12';
3+
const VERSION = '1.13';
44
55
import Card from '$lib/components/Card.svelte';
66
import News from '$lib/components/News.svelte';

static/esp-web-tools-10.1.1/dist/install-dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { dialogStyles } from "./styles";
2626
import { version } from "./version";
2727
console.log(`ESP Web Tools ${version} by Open Home Foundation; https://esphome.github.io/esp-web-tools/`);
2828
const ERROR_ICON = "⚠️";
29-
const OK_ICON = "🎉";
29+
const OK_ICON = "🦈🎉";
3030
export class EwtInstallDialog extends LitElement {
3131
constructor() {
3232
super(...arguments);

static/esp-web-tools-10.1.1/dist/web/install-dialog-CgFfnOJo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16326,7 +16326,7 @@ const version = "dev";
1632616326

1632716327
console.log(`ESP Web Tools ${version} by Open Home Foundation; https://esphome.github.io/esp-web-tools/`);
1632816328
const ERROR_ICON = "⚠️";
16329-
const OK_ICON = "🎉";
16329+
const OK_ICON = "🦈🎉";
1633016330
class EwtInstallDialog extends i$2 {
1633116331
constructor() {
1633216332
super(...arguments);

static/esp-web-tools-10.1.1/src/install-dialog.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ console.log(
4646
);
4747

4848
const ERROR_ICON = "⚠️";
49-
const OK_ICON = "🎉";
49+
const OK_ICON = "🦈🎉";
5050

5151
export class EwtInstallDialog extends LitElement {
5252
public port!: SerialPort;

0 commit comments

Comments
 (0)