Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed May 4, 2021
1 parent ecae62c commit 36e24dd
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.3"
#define JS_VERSION "2.0.4"

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.3
version=2.0.4
author=Cesanta Software Limited <[email protected]>
maintainer=Cesanta Software Limited <[email protected]>
sentence=Tiny JavaScript Engine
Expand Down

0 comments on commit 36e24dd

Please sign in to comment.