We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecae62c commit 36e24ddCopy full SHA for 36e24dd
elk.h
@@ -17,7 +17,7 @@
17
#pragma once
18
#include <stdint.h>
19
20
-#define JS_VERSION "2.0.3"
+#define JS_VERSION "2.0.4"
21
22
struct js; // JS engine (opaque)
23
typedef uint64_t jsval_t; // JS value placeholder
library.properties
@@ -1,5 +1,5 @@
1
name=elk
2
-version=2.0.3
+version=2.0.4
3
author=Cesanta Software Limited <support@cesanta.com>
4
maintainer=Cesanta Software Limited <support@cesanta.com>
5
sentence=Tiny JavaScript Engine
0 commit comments