From 7769f34f748223cb51d6e21650454be3e3e1a8da Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Wed, 20 Apr 2022 22:01:54 -0500 Subject: [PATCH] Back to snapshot --- 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 2d24268..e35d84f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { } group = "dev.plex" -version = "1.0.2" +version = "1.1-SNAPSHOT" description = "Module-HTTPD" repositories { diff --git a/src/main/resources/module.yml b/src/main/resources/module.yml index 34e2f3f..949e256 100644 --- a/src/main/resources/module.yml +++ b/src/main/resources/module.yml @@ -1,4 +1,4 @@ name: Plex-HTTPD -version: 1.0.2 +version: 1.1-SNAPSHOT description: HTTPD server for Plex main: dev.plex.HTTPDModule \ No newline at end of file