aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-19 20:14:23 -0700
committerAllan Wang <me@allanwang.ca>2017-06-19 20:14:23 -0700
commit782d458a58d9487fd060a6b728400695c7380a65 (patch)
tree5bc0366f11268ace623694d18caad1209364d923 /README.md
parent40c16c81cec091befd4926049996019fe824a7b9 (diff)
downloadkau-782d458a58d9487fd060a6b728400695c7380a65.tar.gz
kau-782d458a58d9487fd060a6b728400695c7380a65.tar.bz2
kau-782d458a58d9487fd060a6b728400695c7380a65.zip
Update readme version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 06ed42b..9df01fe 100644
--- a/README.md
+++ b/README.md
@@ -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'
}
```