Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 30, 2024
1 parent 1279b31 commit 54bb423
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
project(venmic LANGUAGES CXX VERSION 3.6.1)
project(venmic LANGUAGES CXX VERSION 4.0.0)

# --------------------------------------------------------------------------------------------------------
# Library options
Expand Down Expand Up @@ -111,7 +111,7 @@ CPMFindPackage(

CPMFindPackage(
NAME glaze
VERSION 2.6.5
VERSION 2.6.8
GIT_REPOSITORY "https://github.com/stephenberry/glaze"
)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"private": false,
"license": "MPL-2.0",
"author": "Curve (https://github.com/Curve)",
"version": "3.6.1",
"version": "4.0.0",
"main": "./lib/index.js",
"types": "./lib/module.d.ts",
"scripts": {
Expand Down

0 comments on commit 54bb423

Please sign in to comment.