Skip to content

Commit 093558e

Browse files
committed
Version 0.3.0.
1 parent 1bc7936 commit 093558e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Cargo.lock

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

broodrep-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "broodrep-cli"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/ShieldBattery/broodrep"

broodrep-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "broodrep-wasm"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/ShieldBattery/broodrep"

broodrep-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shieldbattery/broodrep",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "WebAssembly bindings for the broodrep StarCraft replay parser",
55
"main": "pkg-node/broodrep_wasm.js",
66
"types": "pkg/broodrep_wasm.d.ts",

broodrep/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "broodrep"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2024"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/ShieldBattery/broodrep"

0 commit comments

Comments
 (0)