Update versions to 0.2.1

This commit is contained in:
Sebastian Dröge 2018-05-09 12:27:25 +03:00
parent 4bede2cfa3
commit f797b72734
8 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-audiofx"
version = "0.2.0"
version = "0.2.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-file"
version = "0.2.0"
version = "0.2.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-flv"
version = "0.2.0"
version = "0.2.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-http"
version = "0.2.0"
version = "0.2.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-simple"
version = "0.2.0"
version = "0.2.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-togglerecord"
version = "0.2.0"
version = "0.2.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1+"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-tutorial"
version = "0.2.0"
version = "0.2.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
repository = "https://github.com/sdroege/gst-plugin-rs"
license = "MIT/Apache-2.0"

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin"
version = "0.2.0"
version = "0.2.1"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
categories = ["multimedia"]
description = "Infrastructure for writing GStreamer plugins in Rust"