version bump to 0.9.2
This commit is contained in:
parent
685f405154
commit
9e97529b3d
|
@ -1,5 +1,8 @@
|
|||
###Changelog
|
||||
|
||||
####Version 0.9.2
|
||||
* more bug fixes
|
||||
|
||||
####Version 0.9.1
|
||||
* bug fixes including some that caused Conversations to crash on start
|
||||
|
||||
|
|
|
@ -46,8 +46,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 19
|
||||
versionCode 38
|
||||
versionName "0.9.1"
|
||||
versionCode 39
|
||||
versionName "0.9.2"
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
|
@ -20,7 +20,7 @@ public abstract class AbstractGenerator {
|
|||
"http://jabber.org/protocol/disco#info",
|
||||
"urn:xmpp:avatar:metadata+notify",
|
||||
"urn:xmpp:ping"};
|
||||
public final String IDENTITY_NAME = "Conversations 0.9.1";
|
||||
public final String IDENTITY_NAME = "Conversations 0.9.2";
|
||||
public final String IDENTITY_TYPE = "phone";
|
||||
|
||||
protected XmppConnectionService mXmppConnectionService;
|
||||
|
|
Loading…
Reference in a new issue