Skip to content

Commit f91c54d

Browse files
committed
Bump version to 0.0.13
1 parent adbcb97 commit f91c54d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RAEngine/src/Main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import * as pako from "npm:pako";
3131
import { unzipSync, zipSync } from "npm:fflate";
3232
import { startSitelockProxy, stopSitelockProxy } from "./SitelockProxy.ts";
3333

34-
const VERSION = "0.0.12";
34+
const VERSION = "0.0.13";
3535

3636
// Compile a formula and emit an error log if compilation fails
3737
function compileFormula(input: string): unknown[] {

0 commit comments

Comments
 (0)