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-01-18 18:19:17 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-01-18 18:19:17 +0300
commitc818a575b4cd03c5b6e46f7a41132cf4ba4627c2 (patch)
treeb061b2c8b7a31a7656f6ce00e1a727d5f8853319 /text
parent43e5bd7b3aa1e9a86a5e0bdd2980d8186be3194a (diff)
Update versions to 0.9.6
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 b4f539ef1..d94835c55 100644
--- a/text/ahead/Cargo.toml
+++ b/text/ahead/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textahead"
-version = "0.9.5"
+version = "0.9.6"
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 9eb8b3d68..9247c1f6a 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-json"
-version = "0.9.5"
+version = "0.9.6"
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 2c2937fd6..50bfba3fb 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-regex"
-version = "0.9.5"
+version = "0.9.6"
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 a4a8253f3..3db275e8b 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textwrap"
-version = "0.9.5"
+version = "0.9.6"
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.5"
+min_version = "0.9.6"
[package.metadata.capi.header]
enabled = false