Skip to content
This repository was archived by the owner on Oct 17, 2019. It is now read-only.

Commit a671bd6

Browse files
committed
v0.6.2
1 parent 184c8b2 commit a671bd6

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## [0.6.2] - 2018-10-06
5+
## [0.6.2] - 2018-10-07
66

77
### Features
88
- Display tags as sorting items in the community panel (#401 @vberger)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include(QtCommon)
1616
project(nheko LANGUAGES C CXX)
1717
set(CPACK_PACKAGE_VERSION_MAJOR "0")
1818
set(CPACK_PACKAGE_VERSION_MINOR "6")
19-
set(CPACK_PACKAGE_VERSION_PATCH "1")
19+
set(CPACK_PACKAGE_VERSION_PATCH "2")
2020
set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR})
2121
set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR})
2222
set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH})

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ nheko
22
----
33
[![Build Status](https://travis-ci.org/mujx/nheko.svg?branch=master)](https://travis-ci.org/mujx/nheko)
44
[![Build status](https://ci.appveyor.com/api/projects/status/07qrqbfylsg4hw2h/branch/master?svg=true)](https://ci.appveyor.com/project/mujx/nheko/branch/master)
5-
[![Stable Version](https://img.shields.io/badge/download-stable-green.svg)](https://github.com/mujx/nheko/releases/v0.6.1)
5+
[![Stable Version](https://img.shields.io/badge/download-stable-green.svg)](https://github.com/mujx/nheko/releases/v0.6.2)
66
[![Nightly](https://img.shields.io/badge/download-nightly-green.svg)](https://github.com/mujx/nheko/releases/nightly)
77
[![Chat on Matrix](https://img.shields.io/badge/chat-on%20matrix-blue.svg)](https://matrix.to/#/#nheko:matrix.org)
88
[![AUR: nheko](https://img.shields.io/badge/AUR-nheko-blue.svg)](https://aur.archlinux.org/packages/nheko)

appveyor.yml

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

3-
version: 0.6.1-{build}
3+
version: 0.6.2-{build}
44

55
configuration: Release
66
image: Visual Studio 2017
@@ -37,8 +37,8 @@ build_script:
3737
# VERSION format: branch-master/branch-1.2
3838
# INSTVERSION format: x.y.z
3939
# WINVERSION format: 9999.0.0.123/1.2.0.234
40-
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.6.1
41-
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.6.1
40+
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.6.2
41+
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.6.2
4242
- if "%APPVEYOR_REPO_TAG%"=="false" if "%APPVEYOR_REPO_BRANCH%"=="master" set INSTVERSION=9999.0
4343
- if "%APPVEYOR_REPO_TAG%"=="false" set WINVERSION=%INSTVERSION%.0.%APPVEYOR_BUILD_NUMBER%
4444
# VERSION format: v1.2.3/v1.3.4
@@ -110,9 +110,9 @@ after_build:
110110
- copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\com.mujx.nheko.cleanup\meta
111111
- copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\com.mujx.nheko.cleanup\meta
112112
# Amend version and date
113-
- sed -i "s/__VERSION__/0.6.1/" installer\config\config.xml
114-
- sed -i "s/__VERSION__/0.6.1/" installer\packages\com.mujx.nheko\meta\package.xml
115-
- sed -i "s/__VERSION__/0.6.1/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
113+
- sed -i "s/__VERSION__/0.6.2/" installer\config\config.xml
114+
- sed -i "s/__VERSION__/0.6.2/" installer\packages\com.mujx.nheko\meta\package.xml
115+
- sed -i "s/__VERSION__/0.6.2/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
116116
- sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko\meta\package.xml
117117
- sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
118118
# Copy nheko data

resources/nheko.appdata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<url type="homepage">https://github.com/mujx/nheko</url>
2020
<update_contact>https://github.com/mujx</update_contact>
2121
<releases>
22+
<release version="0.6.2" date="2018-10-07" />
2223
<release version="0.6.1" date="2018-09-26" />
2324
<release version="0.6.0" date="2018-09-21" />
2425
<release version="0.5.5" date="2018-09-01" />

0 commit comments

Comments
 (0)