Skip to content

Commit a3d1411

Browse files
committed
chore(release): v0.1.22
1 parent 2196f6f commit a3d1411

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license = "MIT"
2121

2222
[workspace.dependencies]
2323
# Internal crates — versions kept in sync by scripts/prepare-release.sh
24-
aura-core = { path = "crates/aura-core", version = "0.1.12" }
24+
aura-core = { path = "crates/aura-core", version = "0.1.13" }
2525
aura-plugin-rtk = { path = "plugins/rtk-gains", version = "0.1.1" }
2626

2727
# External

crates/aura-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aura-core"
3-
version = "0.1.12"
3+
version = "0.1.13"
44
edition.workspace = true
55
license.workspace = true
66

crates/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aura"
3-
version = "0.1.21"
3+
version = "0.1.22"
44
edition.workspace = true
55
license.workspace = true
66

0 commit comments

Comments
 (0)