Skip to content

Commit

Permalink
2.0.9 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Sep 30, 2021
1 parent 8f21c40 commit 1eab37b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.9"
#define JS_VERSION "2.1.0"

struct js; // JS engine (opaque)
typedef uint64_t jsval_t; // JS value placeholder
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=elk
version=2.0.9
version=2.1.0
author=Cesanta Software Limited <[email protected]>
maintainer=Cesanta Software Limited <[email protected]>
sentence=Tiny JavaScript Engine
Expand Down

0 comments on commit 1eab37b

Please sign in to comment.