From 803710b674f90d6b3b51db16c8dc5ce85f87778e Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Tue, 12 Apr 2022 20:16:47 -0500 Subject: [PATCH] 1.0.1 --- 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 9808980..ad1367e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "dev.plex" -version = "1.0" +version = "1.0.1" description = "Module-HTTPD" repositories { diff --git a/src/main/resources/module.yml b/src/main/resources/module.yml index d1fd7d4..871a4e3 100644 --- a/src/main/resources/module.yml +++ b/src/main/resources/module.yml @@ -1,4 +1,4 @@ name: Plex-HTTPD -version: 1.0 +version: 1.0.1 description: HTTPD server for Plex main: dev.plex.HTTPDModule \ No newline at end of file