diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-24 22:53:42 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-24 22:53:42 +0100 |
| commit | 51cccb94d9aee7b922b09e4b21f91bcc4568fc05 (patch) | |
| tree | e6b6f1d31115b4b92f8e0a91bd8ac6235e1c1819 /build.gradle | |
| parent | 6ed0d7a36205aea70c61055b6140ccdd320310a6 (diff) | |
Bump version numberv3.1.1
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 eaef826d..b947a598 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ allprojects { apply plugin: 'java' group = 'com.leonardobishop' - version = '3.1' + version = '3.1.1' sourceCompatibility = 1.8 targetCompatibility = 1.8 |
