diff --git a/.travis.yml b/.travis.yml index a9de7dd..b73aa53 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ script: - make dist - ls -l dist deploy: + name: $TRAVIS_TAG + body: New macOS Release provider: releases skip_cleanup: true api_key: diff --git a/appveyor.yml b/appveyor.yml index 7fcf640..1ec1e03 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,6 +13,5 @@ deploy: prerelease: false artifact: ComicTagger on: - branch: master APPVEYOR_REPO_TAG: true \ No newline at end of file diff --git a/comictaggerlib/ctversion.py b/comictaggerlib/ctversion.py index e151497..ee37d04 100644 --- a/comictaggerlib/ctversion.py +++ b/comictaggerlib/ctversion.py @@ -1,3 +1,3 @@ # This file should contain only these comments, and the line below. # Used by packaging makefiles and app -version = "1.2.0+1" \ No newline at end of file +version = "1.2.0+2" \ No newline at end of file diff --git a/current_version.txt b/current_version.txt index 6e1b764..70b509f 100644 --- a/current_version.txt +++ b/current_version.txt @@ -1 +1 @@ -1.2.0+1 +1.2.0+2