Update versions to 0.2.0

This commit is contained in:
Sebastian Dröge 2018-03-20 13:18:00 +02:00
parent 240058f357
commit cf137be4d0
8 changed files with 8 additions and 8 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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