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