summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-02-05 16:17:22 +0100
committerGitHub <noreply@github.com>2018-02-05 16:17:22 +0100
commitfe7935a94b1c0e73ea9926803bf9780c86ac2c67 (patch)
treedeabc82fbaf770962b95802ddcb865832e8ea912
parent29cb37b86f0ba24af96ce282306dac5d917b172a (diff)
parent54dca03b95117e4bcdcc0fe92c56915e4e8a7499 (diff)
Merge pull request #17 from matthiasbeyer/prepare-0.1.0
Prepare release v0.1.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9499dc3..cd315b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kairos"
-version = "0.1.0-beta-2"
+version = "0.1.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "A library on top of chrono to calculate times and dates ergonomically"