Skip to content

Commit 7df260f

Browse files
committed
Bump version
1 parent d4fd3e2 commit 7df260f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

appveyor.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
version: 0.9.1-{build}
3+
version: 0.10.0-{build}
44

55
configuration: Release
66
image: Visual Studio 2019
@@ -31,8 +31,8 @@ build_script:
3131
# VERSION format: branch-master/branch-1.2
3232
# INSTVERSION format: x.y.z
3333
# WINVERSION format: 9999.0.0.123/1.2.0.234
34-
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.9.3
35-
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.3
34+
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.10.0
35+
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.10.0
3636
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
3737
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
3838
# VERSION format: v1.2.3/v1.3.4
@@ -94,8 +94,8 @@ after_build:
9494
- copy %BUILD%\deploy\installer\gui\package.xml installer\packages\io.github.nhekoreborn.nheko\meta
9595
- copy %BUILD%\deploy\installer\gui\installscript.qs installer\packages\io.github.nhekoreborn.nheko\meta
9696
# Amend version and date
97-
- sed -i "s/__VERSION__/0.9.3/" installer\config\config.xml
98-
- sed -i "s/__VERSION__/0.9.3/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
97+
- sed -i "s/__VERSION__/0.10.0/" installer\config\config.xml
98+
- sed -i "s/__VERSION__/0.10.0/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
9999
- sed -i "s/__DATE__/%DATE%/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
100100
# Copy nheko data
101101
- xcopy NhekoData\*.* installer\packages\io.github.nhekoreborn.nheko\data\*.* /s /e /c /y

resources/nheko.appdata.xml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
<url type="homepage">https://github.com/Nheko-Reborn/nheko</url>
6262
<update_contact>https://github.com/Nheko-Reborn</update_contact>
6363
<releases>
64+
<release date="2022-07-22" version="0.10.0"/>
6465
<release date="2022-03-25" version="0.9.3"/>
6566
<release date="2022-03-09" version="0.9.2"/>
6667
<release date="2021-12-21" version="0.9.1"/>

0 commit comments

Comments
 (0)