Skip to content

Commit

Permalink
Prepare for release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinerOk committed Sep 8, 2023
1 parent 43e310c commit 425d204
Show file tree
Hide file tree
Showing 3 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 0.3.0

_2023-09-09_

* Upgrade Anvil to `2.4.8`.
* Use `@SingleIn` annotation from new `annotations-optional` artifact.

## Version 0.2.6

_2023-09-03_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add dependencies:

```gradle
dependencies {
def sealant_version = "0.2.6"
def sealant_version = "0.3.0"
// Common
implementation "io.github.steinerok.sealant:di-common:${sealant_version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android.nonTransitiveRClass=true
android.suppressUnsupportedCompileSdk=34
#
GROUP=io.github.steinerok.sealant
VERSION_NAME=0.2.7-SNAPSHOT
VERSION_NAME=0.3.0
#
POM_NAME=Sealant
POM_DESCRIPTION=Android injection using the Anvil and Dagger2.
Expand Down

0 comments on commit 425d204

Please sign in to comment.