From cef0032a816a74dad0eff71c54ca9fc29c003ea4 Mon Sep 17 00:00:00 2001 From: andrewhaisting Date: Wed, 16 Aug 2017 16:50:11 -0500 Subject: [PATCH] Adds javadoc and release badge to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0c0b7a..488798e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # Bridge +[![Release](https://jitpack.io/v/Livefront/bridge.svg)](https://jitpack.io/#Livefront/bridge) + A library for avoiding TransactionTooLargeException during state saving and restoration. + ## Contents * [Motivation](#motivation) @@ -12,6 +15,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/feature~hosted-javadoc-v1.1.0-g45d8d59-1/javadoc/index.html) ## Motivation