From f4e30ceaa7100c625aa56d410540142cd6d40e07 Mon Sep 17 00:00:00 2001 From: Rikuo Hasegawa Date: Sun, 14 Aug 2022 20:25:12 +0900 Subject: [PATCH] Bump version --- ndi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndi/Cargo.toml b/ndi/Cargo.toml index 4b68187..fc31331 100644 --- a/ndi/Cargo.toml +++ b/ndi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ndi" -version = "0.1.1" +version = "0.1.2" description = "NewTek NDI bindings for rust" authors = ["sp4ghet "] homepage = "https://github.com/sp4ghet/ndi-rs"