Skip to content

Commit

Permalink
minor bump for missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 23, 2017
1 parent f43c6eb commit 63784d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.sanity'
version '0.2.0'
version '0.2.1'

buildscript {
ext.kotlin_version = '1.1.1'
Expand Down

0 comments on commit 63784d8

Please sign in to comment.