aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Jaremko2019-02-24 18:11:04 -0500
committerNathan Jaremko2019-02-24 18:11:04 -0500
commit23b4500614a73140b023ad819b14bd90781d58ac (patch)
treef1f90f8a8f7c56ec6906ace5ea242332aa9ded19 /Cargo.toml
parent22e617eec8e2d8da36788ae40fb53c2ed2ebe734 (diff)
downloadpodcast-23b4500614a73140b023ad819b14bd90781d58ac.tar.bz2
Fix sub command
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 5b71faf..b13c130 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "podcast"
edition = "2018"
-version = "0.8.0"
+version = "0.8.1"
authors = ["Nathan Jaremko <njaremko@gmail.com>"]
description = "A command line podcast manager"
license = "GPL-3.0"