From 8337e0dfca2274bd7774afdf1079a28c819ed2f5 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Wed, 20 Apr 2022 22:00:31 -0500 Subject: [PATCH] Release v1.0.2 --- build.gradle.kts | 2 +- src/main/resources/module.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 00cbd37..2d24268 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "dev.plex" -version = "1.0.1" +version = "1.0.2" description = "Module-HTTPD" repositories { diff --git a/src/main/resources/module.yml b/src/main/resources/module.yml index 871a4e3..34e2f3f 100644 --- a/src/main/resources/module.yml +++ b/src/main/resources/module.yml @@ -1,4 +1,4 @@ name: Plex-HTTPD -version: 1.0.1 +version: 1.0.2 description: HTTPD server for Plex main: dev.plex.HTTPDModule \ No newline at end of file