We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa09ab commit ad79655Copy full SHA for ad79655
elk.h
@@ -17,7 +17,7 @@
17
#pragma once
18
#include <stdint.h>
19
20
-#define JS_VERSION "2.1.1"
+#define JS_VERSION "2.1.2"
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.1.1
+version=2.1.2
3
author=Cesanta Software Limited <support@cesanta.com>
4
maintainer=Cesanta Software Limited <support@cesanta.com>
5
sentence=Tiny JavaScript Engine
0 commit comments