diff --git a/CMakeLists.txt b/CMakeLists.txt index e1acc7c..8b60f4a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.21) -project(venmic LANGUAGES CXX VERSION 3.2.0) +project(venmic LANGUAGES CXX VERSION 3.2.1) # -------------------------------------------------------------------------------------------------------- # Library options diff --git a/package.json b/package.json index ce5b052..528d7d0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "private": false, "license": "MIT", "author": "Curve (https://github.com/Curve)", - "version": "3.2.0", + "version": "3.2.1", "main": "./lib/index.js", "types": "./lib/module.d.ts", "scripts": { diff --git a/server/main.cpp b/server/main.cpp index 79f8708..c15d83e 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -61,7 +61,7 @@ int main(int argc, char **args) { vencord::link_options parsed; - auto error = glz::read(parsed, req.body); + const auto error = glz::read_json(parsed, req.body); if (error) {