Update version to 0.1.2

This commit is contained in:
Sebastian Dröge 2018-01-03 17:50:58 +02:00
parent d2f47ee09e
commit 6c7e00e5f6
7 changed files with 7 additions and 7 deletions

View file

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

View file

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