From f36a6f4868285976ac3f5fe4fc5854f1ced4286e Mon Sep 17 00:00:00 2001 From: Horace Li Date: Mon, 13 May 2024 02:29:14 +0100 Subject: [PATCH] v2.1.1-SNAPSHOT --- SECURITY.md | 3 ++- build.gradle | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 1e8bb33e..0a0f60d4 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,7 +2,8 @@ ## Supported Versions -Only latest version is supported. Note that the project does not follow semver, but effort is made to minimize API / package changes within a major version. +Only latest version is supported. Note that the project does not follow semver, but effort is made to minimize API / +package changes within a patch version. ## Reporting a Vulnerability diff --git a/build.gradle b/build.gradle index 4ad6ff83..9a09cc8d 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ java { } group = 'com.globalreachtech' -version = '2.1.0' +version = '2.1.1-SNAPSHOT' repositories { mavenCentral()