From 36e24dd8c33ef9edb3086022e345b7d4a47a8eaf Mon Sep 17 00:00:00 2001 From: cpq Date: Tue, 4 May 2021 10:32:35 +0100 Subject: [PATCH] 2.0.4 --- elk.h | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/elk.h b/elk.h index fb8e6e8..acf066e 100644 --- a/elk.h +++ b/elk.h @@ -17,7 +17,7 @@ #pragma once #include -#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 diff --git a/library.properties b/library.properties index 3dab55e..5097c03 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=elk -version=2.0.3 +version=2.0.4 author=Cesanta Software Limited maintainer=Cesanta Software Limited sentence=Tiny JavaScript Engine