Skip to content

Commit

Permalink
increment version 0.5.48
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Apr 17, 2024
1 parent e9a159d commit f8a7e9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license-file = "LICENSE"
homepage = "https://github.com/groovybits/wiki"
repository = "https://github.com/groovybits/rscap"
authors = ["Chris Kennedy"]
version = "0.5.47"
version = "0.5.48"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion specs/rscap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: rscap
Version: 0.5.47
Version: 0.5.48
Release: 1%{?dist}
Summary: RsCap and GStreamer with essential dependencies
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion src/bin/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ async fn produce_message(
#[derive(Parser, Debug)]
#[clap(
author = "Chris Kennedy",
version = "0.5.47",
version = "0.5.48",
about = "RsCap Monitor for ZeroMQ input of MPEG-TS and SMPTE 2110 streams from remote probe."
)]
struct Args {
Expand Down
2 changes: 1 addition & 1 deletion src/bin/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ fn init_pcap(
#[derive(Parser, Debug)]
#[clap(
author = "Chris Kennedy",
version = "0.5.47",
version = "0.5.48",
about = "RsCap Probe for ZeroMQ output of MPEG-TS and SMPTE 2110 streams from pcap."
)]
struct Args {
Expand Down

0 comments on commit f8a7e9c

Please sign in to comment.