diff --git a/CMakeLists.txt b/CMakeLists.txt index 0afef14b..4d0f1eda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ project( LANGUAGES C CXX - VERSION 0.3.0 + VERSION 0.3.1 ) # Enable exporting compile commands diff --git a/package.json b/package.json index fac4f786..b5618fa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clp-ffi-js", - "version": "0.3.0", + "version": "0.3.1", "description": "clp-ffi-js is a JavaScript FFI library for CLP.", "author": "YScope Inc. ", "license": "Apache-2.0",