summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-04-24 00:54:21 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-04-24 00:54:21 +0200
commitddcab64315a6cabdf635d0f031fd8c81b5b4778c (patch)
tree38ce3dd9f42fd5f79490c5b573f9b2fecf7d4852 /appveyor.yml
parentTerminate user color calculation, when no solution can be found (diff)
downloadnheko-ddcab64315a6cabdf635d0f031fd8c81b5b4778c.tar.xz
Update versions to 0.7.1
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1b276b26..47935d0b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
 ---
 
-version: 0.7.0-{build}
+version: 0.7.1-{build}
 
 configuration: Release
 image: Visual Studio 2017
@@ -30,8 +30,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.7.0
-    - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.7.0
+    - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.7.1
+    - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.7.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
@@ -91,9 +91,9 @@ after_build:
     - copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\io.github.nhekoreborn.nheko.cleanup\meta
     - copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\io.github.nhekoreborn.nheko.cleanup\meta
     # Amend version and date
-    - sed -i "s/__VERSION__/0.7.0/" installer\config\config.xml
-    - sed -i "s/__VERSION__/0.7.0/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
-    - sed -i "s/__VERSION__/0.7.0/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml
+    - sed -i "s/__VERSION__/0.7.1/" installer\config\config.xml
+    - sed -i "s/__VERSION__/0.7.1/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
+    - sed -i "s/__VERSION__/0.7.1/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml
     - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
     - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko.cleanup\meta\package.xml
     # Copy nheko data