summary refs log tree commit diff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-21 00:17:23 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-21 00:17:38 +0100
commitdfab0c92d74317e8d2536b91a658cbc7c42aad57 (patch)
treecb958139789c128eb13e55702636ef2ce8c3d45f /appveyor.yml
parentTranslated using Weblate (Indonesian) (diff)
downloadnheko-dfab0c92d74317e8d2536b91a658cbc7c42aad57.tar.xz
Release 0.9.1
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 536cb91f..53f4d105 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,6 @@
 ---
 
-version: 0.9.0-{build}
+version: 0.9.1-{build}
 
 configuration: Release
 image: Visual Studio 2019
@@ -31,8 +31,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.9.0
-    - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.0
+    - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.9.1
+    - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.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
@@ -94,8 +94,8 @@ after_build:
     - copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
     - copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
     # Amend version and date
-    - sed -i "s/__VERSION__/0.9.0/" installer\config\config.xml
-    - sed -i "s/__VERSION__/0.9.0/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
+    - sed -i "s/__VERSION__/0.9.1/" installer\config\config.xml
+    - sed -i "s/__VERSION__/0.9.1/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
     - sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
     # Copy nheko data
     - xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y