From 6401ec35ea0b4d51139ce3ae10f330066f6e88f3 Mon Sep 17 00:00:00 2001 From: Curve Date: Mon, 15 Jan 2024 19:34:02 +0100 Subject: [PATCH] chore: bump version --- CMakeLists.txt | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {