Skip to content

Commit 519bd07

Browse files
committed
Bump version to 1.0.5 in pyproject.toml and package.json
1 parent 5f5f73b commit 519bd07

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 = "1.0.3-alpha"
7+
version = "1.0.5"
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": "1.0.3-alpha",
3+
"version": "1.0.5",
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)