Skip to content

Commit

Permalink
Update version to 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverSchlueter committed May 3, 2023
1 parent c84096d commit 0c7a89c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ plugins {
id("io.papermc.paperweight.userdev") version "1.5.4"
id("xyz.jpenilla.run-paper") version "2.0.1" // Adds runServer and runMojangMappedServer tasks for testing
id("maven-publish")
id ("com.github.johnrengelman.shadow") version "8.1.1";
id ("com.github.johnrengelman.shadow") version "8.1.1"
}

group = "de.oliver"
version = "1.1.4-rc1"
version = "1.1.4"
description = "NPC plugin"

java {
Expand All @@ -21,7 +21,7 @@ repositories{

dependencies {
paperweight.paperDevBundle("1.19.4-R0.1-SNAPSHOT")
implementation("com.github.FancyMcPlugins:FancyLib:fecde03ea8")
implementation("com.github.FancyMcPlugins:FancyLib:df4bc575eb")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: FancyNpcs
main: de.oliver.fancynpcs.FancyNpcs
author: OliverHD
version: 1.1.4-rc1
version: 1.1.4
api-version: 1.19
load: POSTWORLD
commands:
Expand Down

0 comments on commit 0c7a89c

Please sign in to comment.