summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-11-24 16:05:34 +0100
committerGitHub <noreply@github.com>2017-11-24 16:05:34 +0100
commit0ce2af172f7249d25c2e9f75f9324eab1a029a80 (patch)
tree3be3d1f33b9f4a81432ec78e1d6368f5131da363 /Cargo.toml
parent9b990ff630864c5245328c015cab94af98ae3f0a (diff)
parenta19b88d52c54229faaceb06a470e7c38f23805cf (diff)
Merge pull request #15 from matthiasbeyer/fix-panic
Fix panics
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 12a610c..b4c5d79 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "kairos"
-version = "0.1.0-beta-1"
+version = "0.1.0-beta-2"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "A library on top of chrono to calculate times and dates ergonomically"