Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit bdeb14a

Browse files
author
LNJ
committed
Release Kaidan 0.2.3
This happens if you add new features, you also add new bugs and need to release another "bug-fix" release.
1 parent 0a6e43b commit bdeb14a

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ set(APPLICATION_DESCRIPTION "Cross platform XMPP client")
1818

1919
# Version
2020
set(VERSION_MAJOR 0)
21-
set(VERSION_MINOR 3)
22-
set(VERSION_PATCH 0)
23-
set(VERSION_EXTRA "dev")
21+
set(VERSION_MINOR 2)
22+
set(VERSION_PATCH 3)
23+
#set(VERSION_EXTRA "dev")
2424
set(VERSION_STRING "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
2525
if(VERSION_EXTRA)
2626
set(VERSION_STRING ${VERSION_STRING}-${VERSION_EXTRA})

changelog.md

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

3+
### Version 0.2.3 (released on 19.06.2017)
4+
Fixes:
5+
* LoginPage: Remove material shadow (#113) (@JBBgameich)
6+
* Kaidan was crashing since v0.2.2 when inserting a new message to the DB (@LNJ2)
7+
38
### Version 0.2.2 (released on 19.06.2017)
49
Fixes:
510
* RosterPage: Clear TextFields after closing AddContactSheet (#106) (@JBBgameich)

0 commit comments

Comments
 (0)