Skip to content

Commit

Permalink
Merge pull request #9 from livefront/prepare-for-v1.1.1-release
Browse files Browse the repository at this point in the history
Prepare for v1.1.1 release
  • Loading branch information
brian-livefront committed Aug 17, 2017
2 parents e848469 + 58094a9 commit 94d6a14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Change Log
==========

Version 1.1.0 *(2017-08-04)*
Version 1.1.1 *(2017-08-17)*
----------------------------

* Fixed `clear` behavior for a removed `Fragment` in the backstack.

Version 1.1.0 *(2017-08-16)*
----------------------------

* Added support for saving Bitmaps.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A library for avoiding TransactionTooLargeException during state saving and rest
* [Limitations](#limitations)
* [Testing](#testing)
* [License](#license)
* [Javadoc](https://jitpack.io/com/github/livefront/bridge/v1.1.1/javadoc/index.html)

<a name="motivation"></a>
## Motivation
Expand Down Expand Up @@ -90,7 +91,7 @@ repositories {
}
dependencies {
compile 'com.github.livefront:bridge:v1.1.0'
compile 'com.github.livefront:bridge:v1.1.1'
}
```

Expand Down

0 comments on commit 94d6a14

Please sign in to comment.