Skip to content
Snippets Groups Projects
Commit 8d72e62a authored by Andrea Schaefer's avatar Andrea Schaefer
Browse files

Bump version to 0.0.7

parent 52f35232
No related branches found
Tags 0.0.3
No related merge requests found
chatty (0.0.7) purple; urgency=medium
* Added an application info dialog
* Fixed a core dump issue which was caused by invoking another instance of Chatty
* Chatty won't start anymore if another libpurple client, like Pidgin,
is running already
-- Andrea Schaefer <andrea@localhost.localdomain> Tue, 16 Apr 2019 10:12:34 +0200
chatty (0.0.6) purple; urgency=medium
* Set the spinner-widget for account-connection status active again
......
project('chatty', 'c', version: '0.0.6',
project('chatty', 'c', version: '0.0.7',
meson_version: '>= 0.40.0',
)
......
......@@ -12,7 +12,7 @@
#define CHATTY_APP_NAME "Chatty"
#define CHATTY_APP_ID "sm.puri.Chatty"
#define CHATTY_VERSION "v0.0.6"
#define CHATTY_VERSION "v0.0.7"
#define CHATTY_UI "chatty-ui"
#define CHATTY_PREFS_ROOT "/chatty"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment