Skip to content

Commit 1eab37b

Browse files
committed
2.0.9 -> 2.1.0
1 parent 8f21c40 commit 1eab37b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

elk.h

+1-1
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.9"
20+
#define JS_VERSION "2.1.0"
2121

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

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=elk
2-
version=2.0.9
2+
version=2.1.0
33
author=Cesanta Software Limited <[email protected]>
44
maintainer=Cesanta Software Limited <[email protected]>
55
sentence=Tiny JavaScript Engine

0 commit comments

Comments
 (0)