Skip to content

Commit b21d43c

Browse files
committed
2.1.0 -> 2.1.1
1 parent 12bf4e4 commit b21d43c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1.0"
20+
#define JS_VERSION "2.1.1"
2121

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

library.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=elk
2-
version=2.1.0
2+
version=2.1.1
33
author=Cesanta Software Limited <[email protected]>
44
maintainer=Cesanta Software Limited <[email protected]>
55
sentence=Tiny JavaScript Engine
6-
paragraph=Enables JavaScript
6+
paragraph=Implements small but usable subset of JavaScript
77
category=Other
88
url=https://github.com/cesanta/elk
99
architectures=*

0 commit comments

Comments
 (0)