Skip to content

Commit

Permalink
bump version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmed committed Jan 2, 2022
1 parent 4433564 commit 77d2303
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 1.7.0
VERSION 1.8.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": "1.7.0",
"version": "1.8.1",
"description": "C++ bindings for V8",
"keywords": [ "V8", "native", "addon", "module", "bindings" ],
"engines": { "node": ">=8.0.0" },
Expand Down

0 comments on commit 77d2303

Please sign in to comment.