Update versions to 0.4.0

This commit is contained in:
Sebastian Dröge 2018-09-10 02:02:31 +03:00
parent 1379e880a7
commit 046a0af6a1
8 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "gst-plugin-audiofx"
version = "0.3.0"
version = "0.4.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.3.0"
version = "0.4.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.3.0"
version = "0.4.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.3.0"
version = "0.4.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.3.0"
version = "0.4.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.3.0"
version = "0.4.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.3.0"
version = "0.4.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.3.0"
version = "0.4.0"
authors = ["Sebastian Dröge <sebastian@centricular.com>"]
categories = ["multimedia", "api-bindings"]
description = "Infrastructure for writing GStreamer plugins in Rust"