summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyohei Uto <kyoheiu@outlook.com>2021-10-26 13:09:05 +0900
committerKyohei Uto <kyoheiu@outlook.com>2021-10-26 13:09:05 +0900
commitd6a3f81f6a885a78c08f98420b58cbaa8b1550a5 (patch)
tree9a1ba7b4b6d12773441f34673a049b04dcf5bd9b
parent83ae71d8d58f4da51ebba66ed18db0b99c832a05 (diff)
v0.1.4v0.1.4
-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 f13de0a..ac5a5a8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -55,7 +55,7 @@ dependencies = [
[[package]]
name = "fm"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"chrono",
"dirs",
diff --git a/Cargo.toml b/Cargo.toml
index 6548146..7a21973 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2018"
license = "MIT"
name = "fm"
repository = "https://github.com/kyoheiu/fm"
-version = "0.1.3"
+version = "0.1.4"
[dependencies]
chrono = "*"
dirs = "4.0.0"