diff --git a/CMakeLists.txt b/CMakeLists.txt index 1966837..5a9de8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(venmic LANGUAGES CXX VERSION 3.2.2) +project(venmic LANGUAGES CXX VERSION 3.2.3) # -------------------------------------------------------------------------------------------------------- # Library options diff --git a/package.json b/package.json index 3ac765e..a8fbcca 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "private": false, "license": "MIT", "author": "Curve (https://github.com/Curve)", - "version": "3.2.2", + "version": "3.2.3", "main": "./lib/index.js", "types": "./lib/module.d.ts", "scripts": {