Skip to content

Commit c2c3c61

Browse files
committed
release: version 2.1.1
...because Gradle has secret plugin portal rules THAT YOU CAN'T FIND OUT WITHOUT TRYING TO PUBLISH
1 parent a924944 commit c2c3c61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group = "org.spongepowered"
18-
version = "2.1.0"
18+
version = "2.1.1"
1919

2020
subprojects {
2121
apply(plugin = "net.kyori.indra")

ore/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ indraPluginPublishing {
2727
"org.spongepowered.gradle.ore.OreDeploymentPlugin",
2828
"Ore Deployment",
2929
"Deploy Sponge plugins to the Ore plugin repository",
30-
listOf("ore", "publishing", "sponge", "minecraft", "plugin")
30+
listOf("ore", "publishing", "sponge", "minecraft")
3131
)
3232
}

0 commit comments

Comments
 (0)