From 092387e807397c1f1bd3cf7fbd683523eafe9f33 Mon Sep 17 00:00:00 2001 From: Curve Date: Fri, 20 Oct 2023 18:07:18 +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 4cee398..1ed6d1b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(venmic LANGUAGES CXX VERSION 1.1) +project(venmic LANGUAGES CXX VERSION 1.2) # -------------------------------------------------------------------------------------------------------- # Library options diff --git a/package.json b/package.json index f5a3f1a..283ed68 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "name": "Curve", "url": "https://github.com/Curve" }, - "version": "1.1.0", + "version": "1.2.0", "main": "./lib/index.js", "types": "./lib/module.d.ts", "scripts": {