summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2018-04-27 16:41:41 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2018-04-27 16:41:41 +0200
commit9c6cb15c7edf42bf1ef79c7eb3c241544209fe24 (patch)
treea18dd8e9ed6b65407ddc0fd3afc90ccffff951cd
parentb2368f9fa713252e48aea22b02ca371af292cfcd (diff)
version 0.5.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0d31a1b..a613880 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vobject"
-version = "0.4.2"
+version = "0.5.0"
description = "Simple VObject parsing library."
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]