aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Pollan2018-12-10 18:25:09 +0100
committerRuben Pollan2018-12-10 18:26:42 +0100
commit8a646b02ddd26c7c85821c3be0bdabd8abc41164 (patch)
tree0375c3d47952054b469b497462d0b3453bf00276
parent7ffa8632502cfa89aa3341d31f90e68c1a25f3e2 (diff)
version 0.2.0
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae49ed7..a87a8ca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -8,7 +8,7 @@ dependencies = [
[[package]]
name = "almanac"
-version = "0.1.1"
+version = "0.2.0"
dependencies = [
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono-tz 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/Cargo.toml b/Cargo.toml
index fdb9795..df05562 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "almanac"
-version = "0.1.1"
+version = "0.2.0"
authors = ["meskio <meskio@sindominio.net>"]
license = "GPL-3.0-or-later"
description = "Display calendar .ics in command line"