From 4011f36d03831e345bac2ee400e5fdca61011de9 Mon Sep 17 00:00:00 2001 From: Nicklas Ansman Date: Tue, 11 Jul 2023 21:52:56 -0400 Subject: [PATCH] Prepare for release 0.6.4 --- README.md | 10 +++++----- gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3fe4278e3..fe4ddf6fd 100644 --- a/README.md +++ b/README.md @@ -42,14 +42,14 @@ Setup ```groovy dependencies { // Include this in kotlin or android modules - implementation("se.ansman.dagger.auto:core:0.6.3") - kapt("se.ansman.dagger.auto:compiler:0.6.3") + implementation("se.ansman.dagger.auto:core:0.6.4") + kapt("se.ansman.dagger.auto:compiler:0.6.4") // Include this only in android modules - implementation("se.ansman.dagger.auto:android:0.6.3") + implementation("se.ansman.dagger.auto:android:0.6.4") // Add these if you want to replace objects during tests - testImplementation("se.ansman.dagger.auto:android-testing:0.6.3") - kaptTest("se.ansman.dagger.auto:compiler:0.6.3") + testImplementation("se.ansman.dagger.auto:android-testing:0.6.4") + kaptTest("se.ansman.dagger.auto:compiler:0.6.4") } ``` diff --git a/gradle.properties b/gradle.properties index d9593eaf9..d3661ccb7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,5 +11,5 @@ kapt.include.compile.classpath=false android.useAndroidX=true -version=0.7.0-SNAPSHOT -latestRelease=0.6.3 +version=0.6.4 +latestRelease=0.6.4