Skip to content

Commit c6b0af8

Browse files
committed
feat: Bump version to 2.6.0-alpha in pyproject.toml and package.json
1 parent 799a85e commit c6b0af8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "meshly"
7-
version = "2.5.0-alpha"
7+
version = "2.6.0-alpha"
88
description = "High-level abstractions and utilities for working with meshoptimizer"
99
readme = "README.md"
1010
license = {text = "MIT"}

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meshly",
3-
"version": "2.5.0-alpha",
3+
"version": "2.6.0-alpha",
44
"type": "commonjs",
55
"description": "TypeScript library to decode Python meshoptimizer zip files into THREE.js geometries",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)