Skip to content

Commit

Permalink
release: version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed May 7, 2022
1 parent a6c23e5 commit ee49bf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Quick start: (see [sponge-plugin-template](https://github.com/SpongePowered/spon
```kotlin
plugins {
// [...any plugins...]
id("org.spongepowered.gradle.plugin") version "2.0.1"
id("org.spongepowered.gradle.plugin") version "2.0.2"
}

sponge {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "org.spongepowered"
version = "2.0.2-SNAPSHOT"
version = "2.0.2"

subprojects {
plugins.apply {
Expand Down

0 comments on commit ee49bf3

Please sign in to comment.