Skip to content

Commit

Permalink
Release Kaidan 0.2.3
Browse files Browse the repository at this point in the history
This happens if you add new features, you also add new bugs and need to
release another "bug-fix" release.
  • Loading branch information
LNJ committed Jun 19, 2017
1 parent 0a6e43b commit bdeb14a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ set(APPLICATION_DESCRIPTION "Cross platform XMPP client")

# Version
set(VERSION_MAJOR 0)
set(VERSION_MINOR 3)
set(VERSION_PATCH 0)
set(VERSION_EXTRA "dev")
set(VERSION_MINOR 2)
set(VERSION_PATCH 3)
#set(VERSION_EXTRA "dev")
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
if(VERSION_EXTRA)
set(VERSION_STRING ${VERSION_STRING}-${VERSION_EXTRA})
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

### Version 0.2.3 (released on 19.06.2017)
Fixes:
* LoginPage: Remove material shadow (#113) (@JBBgameich)
* Kaidan was crashing since v0.2.2 when inserting a new message to the DB (@LNJ2)

### Version 0.2.2 (released on 19.06.2017)
Fixes:
* RosterPage: Clear TextFields after closing AddContactSheet (#106) (@JBBgameich)
Expand Down

0 comments on commit bdeb14a

Please sign in to comment.