From 32b1220ccfbe59b30037dfc85dd3ded500114798 Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Thu, 19 Dec 2024 10:34:00 -0500 Subject: [PATCH] chore: Update version for 0.3.1 release. (#41) --- CMakeLists.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",