From 56511d3a08bd25409cef50d2fdbd7e7551a54597 Mon Sep 17 00:00:00 2001 From: Pavel Medvedev Date: Mon, 16 Oct 2023 17:39:50 +0200 Subject: [PATCH] release version 2.1.1 --- CMakeLists.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 98b0e701..f1221c0f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12) project(v8pp - VERSION 2.1.0 + VERSION 2.1.1 DESCRIPTION "Bind C++ functions and classes into V8 JavaScript engine" HOMEPAGE_URL https://github.com/pmed/v8pp LANGUAGES CXX diff --git a/package.json b/package.json index 75dd8fae..b506d145 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v8pp", - "version": "2.1.0", + "version": "2.1.1", "description": "C++ bindings for V8", "keywords": [ "V8", "native", "addon", "module", "bindings" ], "engines": { "node": ">=8.0.0" },