From b21d43c27067ab8d6493f56f693d3bb3c3fd6f79 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Thu, 21 Oct 2021 12:44:18 +0100 Subject: [PATCH] 2.1.0 -> 2.1.1 --- elk.h | 2 +- library.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/elk.h b/elk.h index 16c984c..6747531 100644 --- a/elk.h +++ b/elk.h @@ -17,7 +17,7 @@ #pragma once #include -#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 diff --git a/library.properties b/library.properties index 47108cd..888dc83 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=elk -version=2.1.0 +version=2.1.1 author=Cesanta Software Limited maintainer=Cesanta Software Limited sentence=Tiny JavaScript Engine -paragraph=Enables JavaScript +paragraph=Implements small but usable subset of JavaScript category=Other url=https://github.com/cesanta/elk architectures=*