We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11d81bf commit 25959a7Copy full SHA for 25959a7
.travis.yml
@@ -36,7 +36,8 @@ deploy:
36
on:
37
tags: true
38
provider: releases
39
- cleanup: false
+ skip_cleanup: true
40
+ # cleanup: false
41
42
branches:
43
only:
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "oscar"
3
-version = "0.1.12"
+version = "0.1.13"
4
authors = ["Adam Simpson <adam@heysparkbox.com>"]
5
edition = "2018"
6
description = "A CLI application to download videos from PBS. Ideally run in cron or another scheduler."
0 commit comments