Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-02-10 01:23:56 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-02-10 01:23:56 +0300
commit1e13dbb99cc4d46feb145965cffc190367346fe9 (patch)
treec4f5bff55b718185459c93a10f119d59799fd0b6 /generic
parent994c79569e1fd5a8adb909a611b21607fc2db128 (diff)
Update versions to 0.11.0-alpha.1
Diffstat (limited to 'generic')
-rw-r--r--generic/file/Cargo.toml2
-rw-r--r--generic/sodium/Cargo.toml2
-rw-r--r--generic/threadshare/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml
index c7224e656..8398f7360 100644
--- a/generic/file/Cargo.toml
+++ b/generic/file/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-file"
-version = "0.10.0-alpha.1"
+version = "0.11.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT OR Apache-2.0"
diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml
index 67678ce7b..419c6083d 100644
--- a/generic/sodium/Cargo.toml
+++ b/generic/sodium/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-sodium"
-version = "0.10.0-alpha.1"
+version = "0.11.0-alpha.1"
authors = ["Jordan Petridis <jordan@centricular.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
description = "GStreamer plugin for libsodium-based file encryption and decryption"
diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml
index ef5b97290..3c5a8b35e 100644
--- a/generic/threadshare/Cargo.toml
+++ b/generic/threadshare/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-threadshare"
-version = "0.10.0-alpha.1"
+version = "0.11.0-alpha.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1-or-later"
description = "GStreamer Threadshare Plugin"