Skip to content

Commit 4f4378b

Browse files
committed
chore: update version to 0.3.0 in CMakeLists and package.json for release
1 parent 7f085ca commit 4f4378b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.26)
22
project(gauss_forge
3-
VERSION 0.2.1
3+
VERSION 0.3.0
44
DESCRIPTION "A high-performance Gaussian Splatting format conversion library"
55
LANGUAGES CXX C
66
)

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gaussforge/wasm",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"type": "module",
55
"description": "GaussForge WASM library for Gaussian Splatting format conversion",
66
"main": "dist/index.web.js",

0 commit comments

Comments
 (0)