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