aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan2017-07-22 18:58:13 -0400
committerNathan2017-07-22 18:58:13 -0400
commitff3f7c04139166b4b3ee5d17889129fbdb5fdff9 (patch)
tree62ad046e6efc3af03e34056b2e16fbc627afb4ac /Cargo.toml
parent5e6206f3a7b6c772ca94c0d6c8f615ba7d6ca8c6 (diff)
downloadpodcast-ff3f7c04139166b4b3ee5d17889129fbdb5fdff9.tar.bz2
Handle possible failure to save
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 5317aaf..e4b3c1a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "podcast"
-version = "0.2.2"
+version = "0.2.3"
authors = ["njaremko <njaremko@gmail.com>"]
description = "A command line podcast player"
license = "GPL-3.0"