Skip to content

Commit ab4d662

Browse files
committed
version up
1 parent f75e2fe commit ab4d662

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ Export entire notebooks as standalone `.html` files, retaining all embedded data
127127
[Download Wolfram Engine](https://www.wolfram.com/engine/) (Version 13.3+ recommended). Activation is required after installation.
128128

129129
#### Tested
130-
- Wolfram Engine 13.1 (no copilot)
131-
- Wolfram Engine 13.2 (no copilot)
132130
- Wolfram Engine 13.3 (no copilot)
133131
- Wolfram Engine 13.4 (no copilot)
134132
- Wolfram Engine 14.0

Scripts/start.wls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ If[versionToNumber[$VersionNumber] > versionToNumber["14.2"],
138138
Echo["Warning: your Wolfram Kernel version is higher, that tested with WLJS Notebook. We do not guarantee it will work"];
139139
];
140140

141-
If[versionToNumber[$VersionNumber] < versionToNumber["13.1"],
142-
Echo["Error: your Wolfram Kernel version is lower than 13.1. WLJS App won't work. We are sorry"];
141+
If[versionToNumber[$VersionNumber] < versionToNumber["13.3"],
142+
Echo["Error: your Wolfram Kernel version is older than 13.3. WLJS App won't work. We are sorry"];
143143
Echo["You can always download a freeware Wolfram Engine"];
144144
Exit[-1];
145145
];

0 commit comments

Comments
 (0)