diff --git a/Application/LinkBubble/build.gradle b/Application/LinkBubble/build.gradle index 0e81a988a..565aaa8a5 100644 --- a/Application/LinkBubble/build.gradle +++ b/Application/LinkBubble/build.gradle @@ -12,7 +12,7 @@ buildscript { // Manifest version information! def versionMajor = 1 def versionMinor = 9 -def versionPatch = 11 +def versionPatch = 12 def versionBuild = 0 // bump for dogfood builds, public betas, etc. apply plugin:'com.android.application' diff --git a/Application/LinkBubble/src/main/res/xml/changelog.xml b/Application/LinkBubble/src/main/res/xml/changelog.xml index 36fd848ca..d6379db02 100755 --- a/Application/LinkBubble/src/main/res/xml/changelog.xml +++ b/Application/LinkBubble/src/main/res/xml/changelog.xml @@ -1,5 +1,9 @@ + + BUG FIX: Fixed problem with bubble bar being left behind when closing while bubble bar animation was showing. + BUG FIX: Fixed top crashes. + BUG FIX: Fixed problem with bubble bar being left behind when closing while bubble bar animation was showing. BUG FIX: Fixed top crashes.