From ae7910c126d96f9a5d6c763307ce49208dd6e04f Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 2 Mar 2017 10:33:28 -0700 Subject: [PATCH] Update README with current lib version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c2712b..92c76cf2 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Try out all the unique features using the CameraKit Demo from the Google Play st Add __CameraKit__ to the dependencies block in your `app` level `build.gradle`: ```groovy -compile 'com.flurgle:camerakit:0.9.12' +compile 'com.flurgle:camerakit:0.9.13' ``` ## Usage