diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-19 20:14:23 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-19 20:14:23 -0700 |
commit | 782d458a58d9487fd060a6b728400695c7380a65 (patch) | |
tree | 5bc0366f11268ace623694d18caad1209364d923 | |
parent | 40c16c81cec091befd4926049996019fe824a7b9 (diff) | |
download | kau-782d458a58d9487fd060a6b728400695c7380a65.tar.gz kau-782d458a58d9487fd060a6b728400695c7380a65.tar.bz2 kau-782d458a58d9487fd060a6b728400695c7380a65.zip |
Update readme version
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ Kotlin Android Utils -<!--Current Release v1.0--> +<!--Current Release v1.1--> This library contains small helper functions used throughout almost all of my other projects. The goal is to make common interactions executable in a single line. @@ -29,7 +29,7 @@ And add the following dependencies (You can use a specific version, commit, or - ```gradle dependencies { - compile 'ca.allanwang:kau:v1.0' + compile 'ca.allanwang:kau:v1.1' } ``` |