Skip to content

Commit

Permalink
Updated README and bumped version to rc02
Browse files Browse the repository at this point in the history
  • Loading branch information
LachlanMcKee committed Jul 21, 2021
1 parent d65a615 commit a6f400c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Change Log
===========

Version 1.0.0-alpha05 *(2021-07-01)*
Version 1.0.0-rc02 *(2021-07-21)*
----------------------------

* Updated to Compose 1.0.0-rc-02

Version 1.0.0-rc01 *(2021-07-01)*
----------------------------

* Updated to Compose 1.0.0-rc-01
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.0.0-alpha05'
annotationProcessor 'net.lachlanmckee:hilt-compose-navigation-factory-compiler:1.0.0-alpha05'
implementation 'net.lachlanmckee:hilt-compose-navigation-factory:1.0.0-rc02'
annotationProcessor 'net.lachlanmckee:hilt-compose-navigation-factory-compiler:1.0.0-rc02'
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ kotlin.code.style=official

# Maven
GROUP=net.lachlanmckee
VERSION_NAME=1.0.0-alpha05
VERSION_NAME=1.0.0-rc02

POM_DESCRIPTION=Provides a mechanism to scale Jetpack Compose navigation across numerous modules.
POM_INCEPTION_YEAR=2021
Expand Down

0 comments on commit a6f400c

Please sign in to comment.