diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-24 02:25:19 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-05-24 02:25:19 +0300 |
commit | ec7b3e1e2bd562eaf4eb67dd267aa53462b5b33a (patch) | |
tree | ea30bea88cb3c9e6999fc91309674dfb740ffd66 /appveyor.yml | |
parent | Fix line break issue on timeline with long words (diff) | |
download | nheko-ec7b3e1e2bd562eaf4eb67dd267aa53462b5b33a.tar.xz |
Bump version to 0.4.1
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml index 13303589..9c570f75 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ --- -version: 0.4.0-{build} +version: 0.4.1-{build} configuration: Release image: Visual Studio 2017 @@ -21,8 +21,8 @@ build_script: # VERSION format: branch-master/branch-1.2 # INSTVERSION format: x.y.z # WINVERSION format: 9999.0.0.123/1.2.0.234 - - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.4.0 - - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.4.0 + - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.4.1 + - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.4.1 - if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0 - if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER% # VERSION format: v1.2.3/v1.3.4 @@ -82,9 +82,9 @@ after_build: - copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\com.mujx.nheko.cleanup\meta - copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\com.mujx.nheko.cleanup\meta # Amend version and date - - sed -i "s/__VERSION__/0.4.0/" installer\config\config.xml - - sed -i "s/__VERSION__/0.4.0/" installer\packages\com.mujx.nheko\meta\package.xml - - sed -i "s/__VERSION__/0.4.0/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml + - sed -i "s/__VERSION__/0.4.1/" installer\config\config.xml + - sed -i "s/__VERSION__/0.4.1/" installer\packages\com.mujx.nheko\meta\package.xml + - sed -i "s/__VERSION__/0.4.1/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml - sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko\meta\package.xml - sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml # Copy nheko data |