Skip to content

Commit

Permalink
2.1.0 -> 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpq committed Oct 21, 2021
1 parent 12bf4e4 commit b21d43c
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.1.0"
#define JS_VERSION "2.1.1"

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.1.0
version=2.1.1
author=Cesanta Software Limited <[email protected]>
maintainer=Cesanta Software Limited <[email protected]>
sentence=Tiny JavaScript Engine
paragraph=Enables JavaScript
paragraph=Implements small but usable subset of JavaScript
category=Other
url=https://github.com/cesanta/elk
architectures=*
Expand Down

0 comments on commit b21d43c

Please sign in to comment.