Skip to content

Commit

Permalink
Prepare 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yesitskev committed Sep 7, 2017
1 parent 2c87c91 commit 61267cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down

0 comments on commit 61267cd

Please sign in to comment.