diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ee151..a166d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 0.1.1 *(2017-08-02)* +---------------------------- + +Bumped compile SDK version to 26 + Version 0.1.0 *(2017-02-01)* ---------------------------- diff --git a/README.md b/README.md index 8f83b54..39a1f75 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ allprojects { } } dependencies { - compile 'com.github.kevelbreh:androidunits:0.1.0' + compile 'com.github.kevelbreh:androidunits:0.1.1' } ``` @@ -55,7 +55,7 @@ Or Maven: com.github.kevelbreh androidunits - 0.1.0 + 0.1.1 ```