Skip to content

Commit

Permalink
Merge pull request #66 from livefront/prepare-v1.3.1
Browse files Browse the repository at this point in the history
Prepare for v1.3.1 release
  • Loading branch information
brian-livefront committed Mar 2, 2021
2 parents ec114bb + 4a88675 commit 15a55e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

Version 1.3.1 *(2021-03-02)*
----------------------------

* Prevented `CancellationException` that might result due to a rare race condition on startup.

Version 1.3.0 *(2020-12-07)*
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ repositories {
}
dependencies {
implementation 'com.github.livefront:bridge:v1.3.0'
implementation 'com.github.livefront:bridge:v1.3.1'
}
```

Expand Down

0 comments on commit 15a55e6

Please sign in to comment.