Skip to content

Commit 40c3d89

Browse files
committed
Releasing v2.3.0.
1 parent 78b1b11 commit 40c3d89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.3.0
3+
## 2.3.0 (2021-06-02)
44

55
* Add option to extend Anvil with your own `CodeGenerator`, see [here](README.md#extending-anvil) and #265.
66
* Use Gradle Property APIs in the Anvil extension. This is a source-breaking change (but binary-compatible) for Kotlin and .kts consumers of the Anvil Gradle plugin, see #284.

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.squareup.anvil
2-
VERSION_NAME=2.3.0-SNAPSHOT
2+
VERSION_NAME=2.3.0
33

44
POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces.
55
POM_INCEPTION_YEAR=2020

0 commit comments

Comments
 (0)