Compare commits

..

3 Commits

Author SHA1 Message Date
0fbaeb861e Merge branch 'release/1.2.0+2' 2019-09-25 01:55:15 +02:00
3dcc04a318 try to fix appveyor deployment 2019-09-25 01:55:03 +02:00
933e053df3 Merge tag '1.2.0+1' into develop
1.2.0+1
2019-09-25 01:30:32 +02:00
4 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -13,6 +13,5 @@ deploy:
prerelease: false
artifact: ComicTagger
on:
branch: master
APPVEYOR_REPO_TAG: true

View File

@ -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"
version = "1.2.0+2"

View File

@ -1 +1 @@
1.2.0+1
1.2.0+2