From 3a5e7dd38d12bc4164c996175f75eb0604b28353 Mon Sep 17 00:00:00 2001 From: Ralf Wondratschek Date: Thu, 4 Feb 2021 13:46:27 -0800 Subject: [PATCH] Prepare next development version. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fb64c75b6..a0c679d30 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.anvil -VERSION_NAME=2.0.13 +VERSION_NAME=2.0.14-SNAPSHOT POM_DESCRIPTION=A Kotlin compiler plugin to make dependency injection with Dagger 2 easier by automatically merging Dagger modules and component interfaces. POM_INCEPTION_YEAR=2020