From 154dee6e27834a9eb163c49344f1865ee59d064a Mon Sep 17 00:00:00 2001 From: fabianterhorst Date: Thu, 6 Apr 2017 23:29:05 +0200 Subject: [PATCH] * [release] v0.0.6 --- README.md | 2 +- lib/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e44a8b8..bbd0a2d 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ isometricView.add(new Path(new Point[]{ # Include in your project ## Using JCenter ```groovy -compile 'io.fabianterhorst:Isometric:0.0.5' +compile 'io.fabianterhorst:Isometric:0.0.6' ``` ### Available Shapes diff --git a/lib/build.gradle b/lib/build.gradle index a9d8b6b..2a43f64 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -14,8 +14,8 @@ android { defaultConfig { minSdkVersion 14 targetSdkVersion 25 - versionCode 5 - versionName "0.0.5" + versionCode 6 + versionName "0.0.6" testInstrumentationRunner 'io.fabianterhorst.isometric.screenshot.IsometricTestRunner' } buildTypes { @@ -37,7 +37,7 @@ android { def siteUrl = 'https://github.com/FabianTerhorst/Isometric' def gitUrl = 'https://github.com/FabianTerhorst/Isometric.git' -version = "0.0.5" +version = "0.0.6" group = "io.fabianterhorst" install {