Skip to content

Commit 9169837

Browse files
committed
chore(compress-stringify): bump version to 3.5.0
1 parent 360e800 commit 9169837

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

packages/compress-stringify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/compress-stringify-build",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"private": true,
55
"description": "@itk-wasm/compare-stringify build configuration.",
66
"type": "module",
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.4.0"
1+
__version__ = "3.5.0"

packages/compress-stringify/python/itkwasm-compress-stringify-emscripten/itkwasm_compress_stringify_emscripten/js_package.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.4.0"
1+
__version__ = "3.5.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.4.0"
1+
__version__ = "3.5.0"

packages/compress-stringify/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/compress-stringify",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "Zstandard compression and decompression and base64 encoding and decoding in WebAssembly.",
55
"type": "module",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)