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-07-20 15:14:24 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-07-20 15:15:07 +0300
commit36cdf846553613675733ad8e335ebd86c6e42578 (patch)
tree74af6acc0ba49e5e7e4d9db96f9701bd87051779 /text
parent38cfc72a72f9cfeab328f1e8e6cd9c7ac5cdc62b (diff)
Update version to 0.9.11
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 e78c87b24..39b29e143 100644
--- a/text/ahead/Cargo.toml
+++ b/text/ahead/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textahead"
-version = "0.9.10"
+version = "0.9.11"
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 55e1b87b5..60bfba4ca 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-json"
-version = "0.9.10"
+version = "0.9.11"
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 e9e969cd6..91d71e2cc 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-regex"
-version = "0.9.10"
+version = "0.9.11"
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 4be3c8cd1..552fc27d8 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textwrap"
-version = "0.9.10"
+version = "0.9.11"
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.10"
+min_version = "0.8.0"
[package.metadata.capi.header]
enabled = false