-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
diff --git a/Cargo.lock b/Cargo.lock | ||
index c491f7e..40bfe99 100644 | ||
--- a/Cargo.lock | ||
+++ b/Cargo.lock | ||
@@ -586,7 +586,7 @@ dependencies = [ | ||
|
||
[[package]] | ||
name = "obs-cmd" | ||
-version = "0.18.1" | ||
+version = "0.18.2" | ||
dependencies = [ | ||
"clap", | ||
"obws", | ||
diff --git a/Cargo.toml b/Cargo.toml | ||
index a801105..acfc349 100644 | ||
--- a/Cargo.toml | ||
+++ b/Cargo.toml | ||
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "obs-cmd" | ||
-version = "0.18.1" | ||
+version = "0.18.2" | ||
edition = "2021" | ||
description = "A minimal command to control obs via obs-websocket" | ||
authors = ["Luigi Maselli <[email protected]>"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,9 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="5"> | ||
<Date>2025-01-06</Date> | ||
<Version>0.8.1</Version> | ||
<Update release="6"> | ||
<Date>2025-01-16</Date> | ||
<Version>0.18.2</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Ian M. Jones</Name> | ||
<Email>[email protected]</Email> | ||
|