aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Jaremko2018-03-22 00:10:33 -0400
committerNathan Jaremko2018-03-22 00:10:33 -0400
commit829f9fca259034d1a63173bb19e43b1c24c3face (patch)
tree8b59381393f1e41b994afe9a4b25af9ed0309629 /Cargo.toml
parent7a110aa9098c5fa2c772dd5f4dcc93ef3322de00 (diff)
downloadpodcast-829f9fca259034d1a63173bb19e43b1c24c3face.tar.bz2
Fix ls/list to allow piping
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 cedc079..783ffa5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "podcast"
-version = "0.5.1"
+version = "0.5.2"
authors = ["Nathan Jaremko <njaremko@gmail.com>"]
description = "A command line podcast manager"
license = "GPL-3.0"