Skip to content

Commit 56d741e

Browse files
committed
Updated version to 0.12.16
1 parent b75f4c3 commit 56d741e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "katvisualizer"
3-
version = "0.12.15"
3+
version = "0.12.16"
44
edition = "2024"
55

66
[workspace]

osc-scripts/osc-handler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ fn main() -> anyhow::Result<()> {
349349
}
350350
}
351351

352-
const FORMAT_VERSION: &str = "v0.12.15";
352+
const FORMAT_VERSION: &str = "v0.12.16";
353353

354354
impl TryFrom<OscPacket> for VisualizerData {
355355
type Error = &'static str;

0 commit comments

Comments
 (0)