diff --git a/README.md b/README.md index b8bd9ac..9c0a2df 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ Warning, this version is mainly for development and testing and NOT for producti When encountering a crash or some other bugs, please report it to us, preferably together with a backtrace of the crashed application [https://developer.pidgin.im/wiki/GetABacktrace] +## Version 0.3.3 + + - multiple bugfixes + + ## Version 0.3.2 - Add compatibility for OSX 10.8 @@ -138,6 +143,7 @@ This bundle was tested to work under OSX 10.9 and 10.8. If it doesn't work on yo please send your Adium crash log (which you can find in ~/Library/Logs/Adium 2/). [Version 0.3.2](http://lauschgift.org/telegram-purple/telegram-adium-0.3.2.zip) +[Version 0.3.2](http://lauschgift.org/telegram-purple/telegram-adium-0.3.3.zip) ## Build with XCode diff --git a/purple-plugin/telegram-purple.h b/purple-plugin/telegram-purple.h index 72c09d4..bc4cd7b 100644 --- a/purple-plugin/telegram-purple.h +++ b/purple-plugin/telegram-purple.h @@ -20,10 +20,10 @@ #define PLUGIN_ID "prpl-telegram" #define TELEGRAM_AUTH_MODE_PHONE "phone" #define TELEGRAM_AUTH_MODE_SMS "sms" -#define TG_AUTHOR "Christopher Althaus , Markus Endres , Matthias Jentsch " -#define TG_DESCRIPTION "A protocol plugin that adds support for the Telegram messenger." -#define TG_VERSION "0.3.1" -#define TG_BUILD "4" +#define TG_AUTHOR "Christopher Althaus , Markus Endres , Matthias Jentsch . Based on telegram-cli by Vitaly Valtman." +#define TG_DESCRIPTION "Adds support for Telegram." +#define TG_VERSION "0.3.3" +#define TG_BUILD "8" #include #include "notify.h" diff --git a/telegram-adium/telegram-adium/telegram-adium-Info.plist b/telegram-adium/telegram-adium/telegram-adium-Info.plist index 1fadca5..4e10af7 100644 --- a/telegram-adium/telegram-adium/telegram-adium-Info.plist +++ b/telegram-adium/telegram-adium/telegram-adium-Info.plist @@ -19,7 +19,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 0.3.2 + 0.3.3 CFBundleSignature AdIM CFBundleVersion