From 4db6b6d44221b6697a2eeec7d8045a94e2c42bfc Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Wed, 13 Sep 2023 02:01:19 +1000 Subject: [PATCH] release: 0.18.0 --- SECURITY.md | 8 ++++---- build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index d8b1e00c..59737445 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,10 +8,10 @@ Vulnerabilities discovered. We provide security patches for the latest release of Chameleon. This means that we will only address security vulnerabilities that affect the most recent version of this framework. -| Version | Supported | -|---------------------|--------------------| -| `0.18.0-SNAPSHOT` | :white_check_mark: | -| < `0.18.0-SNAPSHOT` | :x: | +| Version | Supported | +|------------|--------------------| +| `0.18.x` | :white_check_mark: | +| < `0.18.x` | :x: | ### Reporting a Vulnerability diff --git a/build.gradle.kts b/build.gradle.kts index fee7fdbb..bb86bd88 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ plugins { } group = "dev.hypera" -version = "0.18.0-SNAPSHOT" +version = "0.18.0" description = "Cross-platform Minecraft plugin framework" indraSonatype {