Skip to content

Commit 9bac429

Browse files
committed
Release v0.9.3
1 parent 87fa9a4 commit 9bac429

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

CHANGELOG.md

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

3-
## [0.9.3] -- unreleased
3+
## [0.9.3] -- 2022-03-25
44

55
### Highlights
66

@@ -34,11 +34,7 @@
3434
- Indonesian (Linerly)
3535
- Estonian (Priit)
3636
- Finnish (Priit)
37-
#- Spanish (Lluise, Diego Collado, Richard, Edd Ludd, Drake)
38-
#- Catalan (Edd Ludd)
39-
#- French (ISSOtm)
40-
#- Dutch (Thulinma)
41-
#- Chinese (hulb)
37+
- Esperanto (Tirifto)
4238

4339
### Bugfixes
4440

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ include(GNUInstallDirs)
106106

107107
set(CPACK_PACKAGE_VERSION_MAJOR "0")
108108
set(CPACK_PACKAGE_VERSION_MINOR "9")
109-
set(CPACK_PACKAGE_VERSION_PATCH "2")
109+
set(CPACK_PACKAGE_VERSION_PATCH "3")
110110
set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR})
111111
set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR})
112112
set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH})

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2
35-
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.2
34+
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.9.3
35+
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.9.3
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.2/" installer\config\config.xml
98-
- sed -i "s/__VERSION__/0.9.2/" installer\packages\io.github.nhekoreborn.nheko\meta\package.xml
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
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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
<url type="homepage">https://github.com/Nheko-Reborn/nheko</url>
5757
<update_contact>https://github.com/Nheko-Reborn</update_contact>
5858
<releases>
59-
<release date="2021-03-09" version="0.9.2"/>
59+
<release date="2022-03-25" version="0.9.3"/>
60+
<release date="2022-03-09" version="0.9.2"/>
6061
<release date="2021-12-21" version="0.9.1"/>
6162
<release date="2021-11-19" version="0.9.0"/>
6263
<release date="2021-04-23" version="0.8.2"/>

0 commit comments

Comments
 (0)