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>2022-10-24 19:31:19 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-24 19:31:19 +0300
commitf2223cf2cb8e96a1feef433120feaec8fa4eade0 (patch)
treebb302b0b4aaf60a87794912ed22d9e00911fd2ed /text
parentb64f95116001647e1f6795b188cd64096290e224 (diff)
Update versions to 0.10.0-alpha.1
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.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/text/ahead/Cargo.toml b/text/ahead/Cargo.toml
index fb560780d..8dbf06e33 100644
--- a/text/ahead/Cargo.toml
+++ b/text/ahead/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textahead"
-version = "0.9.0-alpha.1"
+version = "0.10.0-alpha.1"
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 d2eaba2b1..de0305578 100644
--- a/text/json/Cargo.toml
+++ b/text/json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-json"
-version = "0.9.0-alpha.1"
+version = "0.10.0-alpha.1"
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 2d0762377..3741d3358 100644
--- a/text/regex/Cargo.toml
+++ b/text/regex/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-regex"
-version = "0.9.0-alpha.1"
+version = "0.10.0-alpha.1"
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 41b026525..441349021 100644
--- a/text/wrap/Cargo.toml
+++ b/text/wrap/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-textwrap"
-version = "0.9.0-alpha.1"
+version = "0.10.0-alpha.1"
authors = ["Mathieu Duponchelle <mathieu@centricular.com>"]
license = "MPL-2.0"
edition = "2021"