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

Commit

Permalink
Bump version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Apr 13, 2018
1 parent 0b3029b commit 66bc95e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 60 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include(QtCommon)
project(nheko LANGUAGES C CXX)
set(CPACK_PACKAGE_VERSION_MAJOR "0")
set(CPACK_PACKAGE_VERSION_MINOR "3")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION_PATCH "1")
set(PROJECT_VERSION_MAJOR ${CPACK_PACKAGE_VERSION_MAJOR})
set(PROJECT_VERSION_MINOR ${CPACK_PACKAGE_VERSION_MINOR})
set(PROJECT_VERSION_PATCH ${CPACK_PACKAGE_VERSION_PATCH})
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ nheko
[![Build status](https://ci.appveyor.com/api/projects/status/07qrqbfylsg4hw2h/branch/master?svg=true)](https://ci.appveyor.com/project/mujx/nheko/branch/master)
[![Latest Release](https://img.shields.io/github/release/mujx/nheko.svg)](https://github.com/mujx/nheko/releases)
[![Chat on Matrix](https://img.shields.io/badge/chat-on%20matrix-blue.svg)](https://matrix.to/#/#nheko:matrix.org)
[![AUR: nheko-git](https://img.shields.io/badge/AUR-nheko--git-blue.svg)](https://aur.archlinux.org/packages/nheko-git)
[![AUR: nheko](https://img.shields.io/badge/AUR-nheko-blue.svg)](https://aur.archlinux.org/packages/nheko)

The motivation behind the project is to provide a native desktop app for [Matrix] that
Expand Down Expand Up @@ -36,6 +35,10 @@ for Linux ([AppImage](https://appimage.org/), rpm, deb), Mac and Windows.
#### Arch Linux
```bash
pacaur -S nheko-git

# or

pacaur -S nheko
```

#### Fedora
Expand Down Expand Up @@ -170,7 +173,7 @@ encouraged to open feature request issues.

Here is a screen shot to get a feel for the UI, but things will probably change.

![nheko](https://dl.dropboxusercontent.com/s/a493o47obvez6v1/nheko.png)
![nheko](https://dl.dropboxusercontent.com/s/zrl26u3pmqloyjz/nheko-v0.3.1.png)

### Third party

Expand Down
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

version: 0.3.0-{build}
version: 0.3.1-{build}

environment:
global:
Expand All @@ -22,8 +22,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.3.0
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.3.0
- if "%APPVEYOR_REPO_TAG%"=="false" set INSTVERSION=0.3.1
- if "%APPVEYOR_REPO_TAG%"=="false" set VERSION=0.3.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
Expand Down Expand Up @@ -78,9 +78,9 @@ after_build:
- copy %BUILD%\deploy\installer\cleanup\package.xml installer\packages\com.mujx.nheko.cleanup\meta
- copy %BUILD%\deploy\installer\cleanup\installscript.qs installer\packages\com.mujx.nheko.cleanup\meta
# Amend version and date
- sed -i "s/__VERSION__/0.3.0/" installer\config\config.xml
- sed -i "s/__VERSION__/0.3.0/" installer\packages\com.mujx.nheko\meta\package.xml
- sed -i "s/__VERSION__/0.3.0/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
- sed -i "s/__VERSION__/0.3.1/" installer\config\config.xml
- sed -i "s/__VERSION__/0.3.1/" installer\packages\com.mujx.nheko\meta\package.xml
- sed -i "s/__VERSION__/0.3.1/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
- sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko\meta\package.xml
- sed -i "s/__DATE__/%DATE%/" installer\packages\com.mujx.nheko.cleanup\meta\package.xml
# Copy nheko data
Expand Down
1 change: 0 additions & 1 deletion dist/Gentoo/Manifest

This file was deleted.

47 changes: 0 additions & 47 deletions dist/Gentoo/nheko-9999.ebuild

This file was deleted.

2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, qtbase, qttranslations, qtmultimedia, lmdb, cmake }:
stdenv.mkDerivation rec {
version = "0.3.0";
version = "0.3.1";
name = "nheko-${version}";
src = builtins.filterSource
(path: type:
Expand Down
2 changes: 1 addition & 1 deletion resources/nheko.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</description>
<screenshots>
<screenshot type="default">
<image>https://dl.dropboxusercontent.com/s/a493o47obvez6v1/nheko.png</image>
<image>https://dl.dropboxusercontent.com/s/zrl26u3pmqloyjz/nheko-v0.3.1.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/mujx/nheko</url>
Expand Down
2 changes: 1 addition & 1 deletion resources/styles/nheko.qss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ CommunitiesList > * {
}

FlatButton {
qproperty-foregroundColor: #8c8c8c;
qproperty-foregroundColor: #14272d;
}

FileItem {
Expand Down

0 comments on commit 66bc95e

Please sign in to comment.