diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-28 11:01:19 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-28 11:01:19 +0100 |
| commit | 1b8e91d0fbf47d232ffcbcf70e6d8daa762e92ab (patch) | |
| tree | e2d9256aac8772c68aa2b1f0d08891feb5058783 /build.gradle | |
| parent | 8a8ed732dc798fe4b0be483411ed04fb346ebdb8 (diff) | |
Fix incorrect check for fishingcertainv3.1.5
- Closes #191
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 48cea6a8..ae750be6 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'java' group = 'com.leonardobishop' - version = '3.1.4' + version = '3.1.5' sourceCompatibility = 1.8 targetCompatibility = 1.8 |
