From 9b44ee81f7b74190d79af429f6a58841d1ceada9 Mon Sep 17 00:00:00 2001 From: JJ Brown Date: Tue, 26 Jul 2022 11:47:07 -0500 Subject: [PATCH] Bumped minor version number due to incompatible change in GoLand version number --- build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7d5c718..ef03f9b 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.brownian.testify' -version '1.0.2' +version '1.1.0' repositories { mavenCentral() @@ -27,6 +27,8 @@ intellij { } patchPluginXml { changeNotes = """ + 1.1.0 Moving support to version 2022.1.4 + 1.0.2 Added suggestions for method names in mock.On("methodName", ...) calls """ }