Skip to content

Commit 5ef3787

Browse files
chore: sync secondary version indicators
1 parent 586ef6a commit 5ef3787

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

rust/mlt-py/pyproject.toml

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

55
[project]
66
name = "maplibre-tiles"
7-
version = "0.1.20"
7+
version = "0.1.21"
88
description = "Python bindings for MapLibre Tile (MLT) format"
99
requires-python = ">=3.10"
1010
license = { text = "MIT OR Apache-2.0" }

rust/mlt-wasm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/mlt-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@maplibre/mlt-wasm",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "WebAssembly-backed MapLibre Tile (MLT) decoder",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)