# HG changeset patch # User Chris Cannam # Date 1530182690 -3600 # Node ID 3601e46f21f49549d46d03f9e9b2dc4187ee5c98 # Parent 1748e29834a3587cb6b0c7e6355658089da6be3c Try override diff -r 1748e29834a3 -r 3601e46f21f4 deploy/linux/bintray.json --- a/deploy/linux/bintray.json Thu Jun 28 10:41:26 2018 +0100 +++ b/deploy/linux/bintray.json Thu Jun 28 11:44:50 2018 +0100 @@ -12,13 +12,14 @@ }, "version": { - "name": "3.1pre1" + "name": "Continuous" }, "files": [ { "includePattern": "\./(Sonic_Visualiser-x86_64.AppImage)", - "uploadPattern": "$1" + "uploadPattern": "$1", + "matrixParams": { "override": 1 } } ],