Skip to content

Commit db55cc2

Browse files
committed
2.0.7
1 parent 0dbc950 commit db55cc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

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

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

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=elk
2-
version=2.0.6
2+
version=2.0.7
33
author=Cesanta Software Limited <[email protected]>
44
maintainer=Cesanta Software Limited <[email protected]>
55
sentence=Tiny JavaScript Engine
6-
paragraph=Add JS scripting environment to microcontroller development
6+
paragraph=Enables JavaScript
77
category=Other
88
url=https://github.com/cesanta/elk
99
architectures=*

0 commit comments

Comments
 (0)