We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f085ca commit 4f4378bCopy full SHA for 4f4378b
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.26)
2
project(gauss_forge
3
- VERSION 0.2.1
+ VERSION 0.3.0
4
DESCRIPTION "A high-performance Gaussian Splatting format conversion library"
5
LANGUAGES CXX C
6
)
wasm/package.json
{
"name": "@gaussforge/wasm",
- "version": "0.2.1",
+ "version": "0.3.0",
"type": "module",
"description": "GaussForge WASM library for Gaussian Splatting format conversion",
"main": "dist/index.web.js",
0 commit comments