summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2018-04-27 21:59:59 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2018-04-27 21:59:59 +0200
commitf100677f3022e68c634c3c19e0b88ed7578aec27 (patch)
tree4e48d40dd889c30200b870e5098cf4b3c1078b1e
parent55d6e2cabb93a287038ec5a31733dcc3248f8a12 (diff)
version 0.6.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3e78e7b..b4beb64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vobject"
-version = "0.5.1"
+version = "0.6.0"
description = "Simple VObject parsing library."
authors = ["Markus Unterwaditzer <markus@unterwaditzer.net>"]