Skip to content

Commit a6e566e

Browse files
authored
Bump version to 0.11.0 (#22)
* Bump version to 0.11.0 * Bump version in index.html
1 parent f28d450 commit a6e566e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>
6868
// In development we import locally.
6969
window.location.hostname === 'localhost'
7070
? '/dist/web/nabucasa-zigbee-flasher.js'
71-
: 'https://unpkg.com/@nabucasa/sl-web-tools@0.10.0/dist/web/nabucasa-zigbee-flasher.js?module'
71+
: 'https://unpkg.com/@nabucasa/sl-web-tools@0.11.0/dist/web/nabucasa-zigbee-flasher.js?module'
7272
);
7373
</script>
7474
</body>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "WebSerial firmware flasher for Silicon Labs Zigbee radios",
44
"license": "MIT",
55
"author": "puddly",
6-
"version": "0.10.1",
6+
"version": "0.11.0",
77
"scripts": {
88
"lint": "eslint --ext .ts,.html src --ignore-path .gitignore && prettier \"src/**/*.ts\" --check --ignore-path .gitignore",
99
"format": "eslint --ext .ts,.html src --fix --ignore-path .gitignore && prettier \"src/**/*.ts\" --write --ignore-path .gitignore",

0 commit comments

Comments
 (0)