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
path: root/text
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-03-02 14:18:00 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-03-02 14:18:00 +0300
commit9a779607c7101b8483a21dadf955c41071f0d798 (patch)
tree2a2b7fa9a5cdf0b22ae4af4a1b3491711bdca297 /text
parentccfa25aa60d7fff8a24673033e1e836d9259679a (diff)
Update versions to 0.9.10
Diffstat (limited to 'text')
-rw-r--r--text/ahead/Cargo.toml2
-rw-r--r--text/json/Cargo.toml2
-rw-r--r--text/regex/Cargo.toml2
-rw-r--r--text/wrap/Cargo.toml4
4 files changed, 5 insertions, 5 deletions
diff --git a/text/ahead/Cargo.toml b/text/ahead/Cargo.toml
index 4c29485c9..e78c87b24 100644
--- a/text/ahead/Cargo.toml
+++ b/text/ahead/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textahead"
-version = "0.9.9"
+version = "0.9.10"
authors = ["Guillaume Desmottes <guillaume@desmottes.be>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MPL-2.0"
diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml
index 24aee1d34..55e1b87b5 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-json"
-version = "0.9.9"
+version = "0.9.10"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml
index 6153a6330..e9e969cd6 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-regex"
-version = "0.9.9"
+version = "0.9.10"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml
index 8d352ae15..4be3c8cd1 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textwrap"
-version = "0.9.9"
+version = "0.9.10"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"
@@ -39,7 +39,7 @@ capi = []
doc = ["gst/v1_18"]
[package.metadata.capi]
-min_version = "0.9.9"
+min_version = "0.9.10"
[package.metadata.capi.header]
enabled = false