Skip to content

Commit 36e24dd

Browse files
committed
2.0.4
1 parent ecae62c commit 36e24dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elk.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#pragma once
1818
#include <stdint.h>
1919

20-
#define JS_VERSION "2.0.3"
20+
#define JS_VERSION "2.0.4"
2121

2222
struct js; // JS engine (opaque)
2323
typedef uint64_t jsval_t; // JS value placeholder

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=elk
2-
version=2.0.3
2+
version=2.0.4
33
author=Cesanta Software Limited <[email protected]>
44
maintainer=Cesanta Software Limited <[email protected]>
55
sentence=Tiny JavaScript Engine

0 commit comments

Comments
 (0)