Skip to content
This repository has been archived by the owner on Nov 9, 2018. It is now read-only.

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
Auditors: @bbondy
  • Loading branch information
SergeyZhukovsky committed Mar 20, 2016
1 parent 30efbef commit 45a5520
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Application/LinkBubble/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
// Manifest version information!
def versionMajor = 1
def versionMinor = 9
def versionPatch = 7
def versionPatch = 8
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

apply plugin:'com.android.application'
Expand Down
4 changes: 4 additions & 0 deletions Application/LinkBubble/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.9.8">
<change>IMPROVEMENT: Bubble size reverted to original size, we’ll add an option to control it later.</change>
<change>BUG FIX: Fixed bug with new bubbles in collapsed mode.</change>
</release>
<release version="1.9.7">
<change>IMPROVEMENT: Bubble size reverted to original size, we’ll add an option to control it later.</change>
</release>
Expand Down

1 comment on commit 45a5520

@bbondy
Copy link
Member

@bbondy bbondy commented on 45a5520 Mar 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.