Skip to content

Commit

Permalink
Preparing for release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanMcKee committed Apr 22, 2023
1 parent 85254c6 commit 1ad5cf3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
===========

Version 1.3.0 *(2023-04-22)*
----------------------------

* Updated to Compose 1.4.2
* Updated to Kotlin 1.8.20
* Updated to Dagger2 to 2.45

Version 1.2.0 *(2022-08-28)*
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ To see this in practice, please take a look at the [sample](sample) directory.
This library is available on Maven, you can add it to your project using the following gradle dependencies:

```gradle
implementation 'net.lachlanmckee:hilt-compose-navigation-factory:1.2.0'
annotationProcessor 'net.lachlanmckee:hilt-compose-navigation-factory-compiler:1.2.0'
implementation 'net.lachlanmckee:hilt-compose-navigation-factory:1.3.0'
annotationProcessor 'net.lachlanmckee:hilt-compose-navigation-factory-compiler:1.3.0'
```

0 comments on commit 1ad5cf3

Please sign in to comment.