Skip to content

Commit 3adb0d8

Browse files
committed
2.1.3 -> 2.2.0
1 parent 137501d commit 3adb0d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

elk.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2021 Cesanta Software Limited
1+
// Copyright (c) 2013-2022 Cesanta Software Limited
22
// All rights reserved
33
//
44
// This software is dual-licensed: you can redistribute it and/or modify

elk.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2013-2021 Cesanta Software Limited
1+
// Copyright (c) 2013-2022 Cesanta Software Limited
22
// All rights reserved
33
//
44
// This software is dual-licensed: you can redistribute it and/or modify
@@ -17,7 +17,7 @@
1717
#pragma once
1818
#include <stdint.h>
1919

20-
#define JS_VERSION "2.1.2"
20+
#define JS_VERSION "2.2.0"
2121

2222
struct js; // JS engine (opaque)
2323
typedef uint64_t jsval_t; // JS value placeholder

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=elk
2-
version=2.1.2
2+
version=2.2.0
33
author=Cesanta Software Limited <[email protected]>
44
maintainer=Cesanta Software Limited <[email protected]>
55
sentence=Tiny JavaScript Engine

0 commit comments

Comments
 (0)