summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-11-09 10:15:50 +0100
committerMatthias Beyer <mail@beyermatthias.de>2018-11-09 10:16:18 +0100
commit857bc8624b73d3f3d3d99f8afd7eb36856f08620 (patch)
tree195b4f771b86efa522db4331cf7d5d2ac3ab8d31
parent2c97d532ecb1a8c32a060b8f06316a27fa909b8c (diff)
Bump version to 0.3.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e76c984..0953dcf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kairos"
-version = "0.2.0"
+version = "0.3.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "A library on top of chrono to calculate times and dates ergonomically"