From 8f1443fcd0db8fdc30c74119c6501e384a565b66 Mon Sep 17 00:00:00 2001 From: Dylan McIntyre Date: Thu, 9 Mar 2017 22:12:02 -0500 Subject: [PATCH] update usage version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c76cf2..c691dc7c 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.13' +compile 'com.flurgle:camerakit:0.9.14' ``` ## Usage