aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Jaremko2019-01-15 23:17:46 -0500
committerNathan Jaremko2019-01-15 23:17:46 -0500
commit38597051484d8ada0d1439c7aed85a0518593c96 (patch)
tree39d24f1f5b0eab5fde63a6460d3596bd1c2ebee0 /Cargo.toml
parente61af38f1e2b9a16c9cc9baf0391f9189121092c (diff)
downloadpodcast-38597051484d8ada0d1439c7aed85a0518593c96.tar.bz2
Attempt to find episodes by name if parsing number fails
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 32b04db..e4cd5b3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "podcast"
edition = "2018"
-version = "0.7.1"
+version = "0.7.2"
authors = ["Nathan Jaremko <njaremko@gmail.com>"]
description = "A command line podcast manager"
license = "GPL-3.0"