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

Commit

Permalink
Bump version to 2.1.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDuquesnoy committed Jun 5, 2016
1 parent 9057fad commit 50e5f71
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
## 2.0

## 2.1

- add support for Google Play Music
### 2.1.2

Small UI tweaks for Windows 10 (set toolbar background color to white)

### 2.1.1

Fix version number not updated in previous release

### 2.1.0

Add support for Google Play Music

## 2.0

### 2.0.1

Expand Down
4 changes: 2 additions & 2 deletions mellowplayer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ QT += core gui network widgets webengine webenginewidgets
CONFIG += c++11

# Version and windows icon
win32:VERSION = 2.1.1.0 # major.minor.patch.build
else:VERSION = 2.1.1 # major.minor[.patch]
win32:VERSION = 2.1.2.0 # major.minor.patch.build
else:VERSION = 2.1.2 # major.minor[.patch]
DEFINES += APP_VERSION=\\\"$$VERSION\\\"

# Windows specific rules
Expand Down

0 comments on commit 50e5f71

Please sign in to comment.