Skip to content

Commit

Permalink
don't pretokenise 0 length strings
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Mar 25, 2024
1 parent f06c0bd commit 4baca7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion EspruinoTools
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Espruino Web IDE",
"short_name": "Espruino IDE",
"description": "A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers",
"version": "0.78.14",
"version": "0.78.15",
"app": {
"background": {
"scripts": ["js/background.js"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "espruino-web-ide",
"version": "0.78.14",
"version": "0.78.15",
"description": "A Terminal and Graphical code Editor for Espruino JavaScript Microcontrollers",
"//1": "-------------------------------------------------------- nw.js",
"main": "main.html",
Expand Down
2 changes: 1 addition & 1 deletion serviceworker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Service worker for Offline Web IDE
const VERSION = 'v119';
const VERSION = 'v120';

const CACHED_RESOURCES = [
'blockly/blockly_espruino.js',
Expand Down

0 comments on commit 4baca7a

Please sign in to comment.