From 06210701340781990fb532d059565f11673607c3 Mon Sep 17 00:00:00 2001 From: Eric Schlenz Date: Mon, 15 Feb 2021 13:42:47 -0700 Subject: [PATCH] Update version in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6555317..9bcae0d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ buildscript { dependencies { ... - classpath "com.ibotta:plugin:1.0.7" + classpath "com.ibotta:plugin:1.1.0" ... } } @@ -69,7 +69,7 @@ buildscript { dependencies { ... - classpath("com.ibotta:plugin:1.0.7") + classpath("com.ibotta:plugin:1.1.0") ... } }