Skip to content

Commit 6749a66

Browse files
committed
Updated version to 0.14.2
1 parent b9f6ecb commit 6749a66

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.14.1"
3+
version = "0.14.2"
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.14.1";
352+
const FORMAT_VERSION: &str = "v0.14.2";
353353

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

0 commit comments

Comments
 (0)