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 19, 2016
1 parent 261c244 commit aa49e20
Show file tree
Hide file tree
Showing 2 changed files with 4 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 = 6
def versionPatch = 7
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

apply plugin:'com.android.application'
Expand Down
3 changes: 3 additions & 0 deletions Application/LinkBubble/src/main/res/xml/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.9.7">
<change>IMPROVEMENT: Bubble size reverted to original size, we’ll add an option to control it later.</change>
</release>
<release version="1.9.6">
<change>IMPROVEMENT: Hide bubbles on scroll down and show on scroll up.</change>
<change>IMPROVEMENT: Made bubbles smaller.</change>
Expand Down

1 comment on commit aa49e20

@bbondy
Copy link
Member

@bbondy bbondy commented on aa49e20 Mar 19, 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.