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]
name = "gst-plugin-audiofx"
version = "0.1.0"
version = "0.2.0"
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.1.0"
version = "0.2.0"
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.1.0"
version = "0.2.0"
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.1.0"
version = "0.2.0"
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.1.0"
version = "0.2.0"
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.1.0"
version = "0.2.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
license = "LGPL-2.1+"

View file

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