diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-07-22 15:46:02 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-07-22 15:46:02 +0200 |
commit | 7df260f5677321ea90db51ed828e3ed7b136f35a (patch) | |
tree | f8ed47ea3360ed6152ae235fc46416cc85ead9b9 | |
parent | d4fd3e2009858dcac83891020bcccfc91f936e90 (diff) |
Bump versionv0.10.0
-rw-r--r-- | appveyor.yml | 10 | ||||
-rw-r--r-- | resources/nheko.appdata.xml.in | 1 |
2 files changed, 6 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml index 6125ae7c..b53c1e9f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ --- -version: 0.9.1-{build} +version: 0.10.0-{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.3 - - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.3 + - if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.10.0 + - if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.10.0 - 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.3/" installer\config\config.xml - - sed -i "s/__VERSION__/0.9.3/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml + - sed -i "s/__VERSION__/0.10.0/" installer\config\config.xml + - sed -i "s/__VERSION__/0.10.0/" 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 diff --git a/resources/nheko.appdata.xml.in b/resources/nheko.appdata.xml.in index ff572752..34ac7aac 100644 --- a/resources/nheko.appdata.xml.in +++ b/resources/nheko.appdata.xml.in @@ -61,6 +61,7 @@ <url type="homepage">https://github.com/Nheko-Reborn/nheko</url> <update_contact>https://github.com/Nheko-Reborn</update_contact> <releases> + <release date="2022-07-22" version="0.10.0"/> <release date="2022-03-25" version="0.9.3"/> <release date="2022-03-09" version="0.9.2"/> <release date="2021-12-21" version="0.9.1"/> |