From e4fda3ec63ec1e40dbe553795813cf3ae314857a Mon Sep 17 00:00:00 2001 From: davemarco <83603688+davemarco@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:57:13 -0400 Subject: [PATCH] Update version for 0.2.0 release. (#20) --- CMakeLists.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bffcbcdd..753dee44 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ project( LANGUAGES C CXX - VERSION 0.1.0 + VERSION 0.2.0 ) # Enable exporting compile commands diff --git a/package.json b/package.json index 6f358a76..0eff9bf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clp-ffi-js", - "version": "0.1.0", + "version": "0.2.0", "description": "clp-ffi-js is a JavaScript FFI library for CLP.", "author": "YScope Inc. ", "license": "Apache-2.0",