Skip to content

Commit

Permalink
release: version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Feb 25, 2021
1 parent e0c0eb0 commit 68e90ac
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 "1.0.0"
id("org.spongepowered.gradle.plugin") version "1.0.1"
}

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

group = "org.spongepowered"
version = "1.1.0-SNAPSHOT"
version = "1.0.1"

subprojects {
plugins.apply {
Expand Down

0 comments on commit 68e90ac

Please sign in to comment.