Skip to content

Commit 77d2303

Browse files
committed
bump version 1.8.1
1 parent 4433564 commit 77d2303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.12)
22

33
project(v8pp
4-
VERSION 1.7.0
4+
VERSION 1.8.1
55
DESCRIPTION "Bind C++ functions and classes into V8 JavaScript engine"
66
HOMEPAGE_URL https://github.com/pmed/v8pp
77
LANGUAGES CXX

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v8pp",
3-
"version": "1.7.0",
3+
"version": "1.8.1",
44
"description": "C++ bindings for V8",
55
"keywords": [ "V8", "native", "addon", "module", "bindings" ],
66
"engines": { "node": ">=8.0.0" },

0 commit comments

Comments
 (0)