From 61267cdf515c6f98510789ad138d849b539178cf Mon Sep 17 00:00:00 2001 From: Kevin Woodland Date: Thu, 7 Sep 2017 07:06:23 +0200 Subject: [PATCH] Prepare 0.1.2 --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54be71c..9ee53d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Change Log ========== +Version 0.1.2 *(2017-09-07)* +---------------------------- +Fixed issues with compiler not detecting controller types. + Version 0.1.1 *(2017-09-04)* ---------------------------- Fixed issue with annotations not being deployed maven. diff --git a/README.md b/README.md index 745c199..355900b 100644 --- a/README.md +++ b/README.md @@ -80,8 +80,8 @@ allprojects { } dependencies { - implementation 'com.github.kevelbreh:journey:0.1.1' - annotationProcessor 'com.github.kevelbreh:journey-compiler:0.1.1' + implementation 'com.github.kevelbreh.journey:journey:0.1.2' + annotationProcessor 'com.github.kevelbreh.journey:journey-compiler:0.1.2' } ```