aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authornjaremko2017-07-20 22:10:19 -0400
committernjaremko2017-07-20 22:10:19 -0400
commit79254251d52b62ea5b20ba5eb042ea7c31963de8 (patch)
treeb23279424c319b3a8a7d5584cd36b2f898b08368 /Cargo.toml
parent2623981fb2ca5b35d04d37f82102eb214d24e839 (diff)
downloadpodcast-79254251d52b62ea5b20ba5eb042ea7c31963de8.tar.bz2
Fix handling of missing mpv executable
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 f23ae47..860858b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "podcast"
-version = "0.1.1"
+version = "0.1.2"
authors = ["njaremko <njaremko@gmail.com>"]
description = "A command line podcast player"
license = "GPL-3.0"