diff --git a/.travis.yml b/.travis.yml index 1e166d1..c2d8071 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,8 @@ deploy: on: tags: true provider: releases - cleanup: false + skip_cleanup: true + # cleanup: false branches: only: diff --git a/Cargo.toml b/Cargo.toml index 00cd5c7..c5bfb27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oscar" -version = "0.1.12" +version = "0.1.13" authors = ["Adam Simpson "] edition = "2018" description = "A CLI application to download videos from PBS. Ideally run in cron or another scheduler."