Skip to content

Commit 191b784

Browse files
committed
Ensure we correctly release the lock on the writer (in the promise) - allows us to disconnect from Web Serial correctly on Linux without hogging the port
1 parent f80d0fc commit 191b784

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

EspruinoTools

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Espruino Web IDE",
33
"short_name": "Espruino IDE",
44
"description": "A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers",
5-
"version": "0.79.4",
5+
"version": "0.79.5",
66
"app": {
77
"background": {
88
"scripts": ["js/background.js"]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "espruino-web-ide",
3-
"version": "0.79.4",
3+
"version": "0.79.5",
44
"description": "A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers",
55
"//1": "-------------------------------------------------------- nw.js",
66
"main": "main.html",

serviceworker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Service worker for Offline Web IDE
2-
const VERSION = 'v125';
2+
const VERSION = 'v126';
33

44
const CACHED_RESOURCES = [
55
'blockly/blockly_espruino.js',

0 commit comments

Comments
 (0)