Skip to content

Commit

Permalink
release: version 2.1.1
Browse files Browse the repository at this point in the history
...because Gradle has secret plugin portal rules
THAT YOU CAN'T FIND OUT WITHOUT TRYING TO PUBLISH
  • Loading branch information
zml2008 committed Oct 16, 2022
1 parent a924944 commit c2c3c61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
}

group = "org.spongepowered"
version = "2.1.0"
version = "2.1.1"

subprojects {
apply(plugin = "net.kyori.indra")
Expand Down
2 changes: 1 addition & 1 deletion ore/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ indraPluginPublishing {
"org.spongepowered.gradle.ore.OreDeploymentPlugin",
"Ore Deployment",
"Deploy Sponge plugins to the Ore plugin repository",
listOf("ore", "publishing", "sponge", "minecraft", "plugin")
listOf("ore", "publishing", "sponge", "minecraft")
)
}

0 comments on commit c2c3c61

Please sign in to comment.