From 63784d84f64f7e061d354b37a04a3b1865ac2d5c Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Wed, 22 Mar 2017 20:30:03 -0500 Subject: [PATCH] minor bump for missing files --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e509622..90a5726 100644 --- a/README.md +++ b/README.md @@ -76,5 +76,5 @@ data class User(val name : String, val gender : String, val email : String) ### Documentation * API - * [0.2.0](https://jitpack.io/com/github/sanity/shoebox/0.2.0/javadoc/) + * [0.2.1](https://jitpack.io/com/github/sanity/shoebox/0.2.1/javadoc/) * [SNAPSHOT](https://jitpack.io/com/github/sanity/shoebox/-SNAPSHOT/javadoc/) (might be slow to load) diff --git a/build.gradle b/build.gradle index a7c52d3..999ef19 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group 'com.github.sanity' -version '0.2.0' +version '0.2.1' buildscript { ext.kotlin_version = '1.1.1'