Skip to content

Commit

Permalink
Bumped minor version number due to incompatible change in GoLand vers…
Browse files Browse the repository at this point in the history
…ion number
  • Loading branch information
JJatSTASH committed Jul 26, 2022
1 parent 39e2c02 commit 9b44ee8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.brownian.testify'
version '1.0.2'
version '1.1.0'

repositories {
mavenCentral()
Expand All @@ -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
"""
}
Expand Down

0 comments on commit 9b44ee8

Please sign in to comment.