Skip to content

Commit

Permalink
2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed May 9, 2021
1 parent 0dbc950 commit db55cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elk.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#pragma once
#include <stdint.h>

#define JS_VERSION "2.0.6"
#define JS_VERSION "2.0.7"

struct js; // JS engine (opaque)
typedef uint64_t jsval_t; // JS value placeholder
Expand Down
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=elk
version=2.0.6
version=2.0.7
author=Cesanta Software Limited <[email protected]>
maintainer=Cesanta Software Limited <[email protected]>
sentence=Tiny JavaScript Engine
paragraph=Add JS scripting environment to microcontroller development
paragraph=Enables JavaScript
category=Other
url=https://github.com/cesanta/elk
architectures=*
Expand Down

0 comments on commit db55cc2

Please sign in to comment.