Skip to content

Commit d595136

Browse files
committed
version up, patches
1 parent e4eb0ee commit d595136

4 files changed

Lines changed: 3 additions & 191 deletions

File tree

Packages/WLX/Kernel/Highlighter.wl

Lines changed: 0 additions & 186 deletions
This file was deleted.

Packages/WLX/Kernel/Importer.wl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ SetAttributes[wcache, HoldFirst]
137137

138138
cache = Identity[#1]&
139139

140-
Print["Caching is enabled for 1 hour! Type CoffeeLiqueur`WLX`Importer`Private`CacheControl[False] to disable it"];
141140

142141
cache = wcache; cinterval = "Hour";
143142

PacletInfo.wl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PacletObject[
77
"Creator" -> "WLJSTeam",
88
"License" -> "AGPL",
99
"PublisherID" -> "CoffeeLiqueur",
10-
"Version" -> "3.1.1",
10+
"Version" -> "3.1.2",
1111
"WolframVersion" -> "14.1+",
1212
"Extensions" -> {
1313
{

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wljs-notebook",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"recommended-client-version": "2.6.3",
55
"description": "A computational notebook IDE for Wolfram Language",
66
"desktopName": "wljs-notebook.desktop",
@@ -30,8 +30,7 @@
3030
"publish": [
3131
{
3232
"provider": "github",
33-
"channel": "latest-${arch}",
34-
"releaseType": "release"
33+
"channel": "latest-${arch}"
3534
}
3635
],
3736
"afterSign": "./Electron/sign.js",

0 commit comments

Comments
 (0)