Update version

This commit is contained in:
Telesphoreo 2022-05-28 22:02:12 -05:00
parent 0bcbc7e79c
commit 41a2475e3d
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ plugins {
}
group = "dev.plex"
version = "1.1-SNAPSHOT"
version = "1.1"
description = "Module-HTTPD"
repositories {
@ -28,8 +28,8 @@ dependencies {
implementation("org.projectlombok:lombok:1.18.24")
annotationProcessor("org.projectlombok:lombok:1.18.24")
implementation("io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT")
implementation("dev.plex:server:1.1-SNAPSHOT")
implementation("dev.plex:api:1.1-SNAPSHOT")
implementation("dev.plex:server:1.1")
implementation("dev.plex:api:1.1")
implementation("org.json:json:20220320")
implementation("org.reflections:reflections:0.10.2")
implementation("org.eclipse.jetty:jetty-server:11.0.9")

View File

@ -1,4 +1,4 @@
name: Module-HTTPD
version: 1.1-SNAPSHOT
version: 1.1
description: HTTPD server for Plex
main: dev.plex.HTTPDModule