Skip to content

Commit

Permalink
release version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmed committed Oct 16, 2023
1 parent 6b776bb commit 56511d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down

0 comments on commit 56511d3

Please sign in to comment.