From 904315fd6714975893dba5f4d01f1b6832e42afc Mon Sep 17 00:00:00 2001 From: Curve Date: Thu, 11 Apr 2024 01:20:09 +0200 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 800cda8..7afdc6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(venmic LANGUAGES CXX VERSION 3.3.3) +project(venmic LANGUAGES CXX VERSION 3.3.4) # -------------------------------------------------------------------------------------------------------- # Library options diff --git a/package.json b/package.json index 9fc6128..f552eb2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "private": false, "license": "MPL-2.0", "author": "Curve (https://github.com/Curve)", - "version": "3.3.3", + "version": "3.3.4", "main": "./lib/index.js", "types": "./lib/module.d.ts", "scripts": {