Skip to content

Commit

Permalink
1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HydrolienF committed Aug 13, 2024
1 parent a770d0e commit 178b1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group="fr.formiko.flagsh"
version="4.2.0"
version="4.2.1"
description="Display banners as flags."

repositories {
Expand All @@ -19,7 +19,7 @@ repositories {
}

dependencies {
compileOnly("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
compileOnly("com.palmergames.bukkit.towny:towny:0.100.2.0")
implementation("org.bstats:bstats-bukkit:3.0.2")
implementation("co.aikar:acf-paper:0.5.1-SNAPSHOT")
Expand Down Expand Up @@ -61,7 +61,7 @@ tasks {
// Configure the Minecraft version for our task.
// This is the only required configuration besides applying the plugin.
// Your plugin's jar (or shadowJar if present) will be used automatically.
minecraftVersion("1.21")
minecraftVersion("1.21.1")
}
}

Expand Down

0 comments on commit 178b1d8

Please sign in to comment.