Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from TurnipTales/feature/1211-ttf-1211
Browse files Browse the repository at this point in the history
feature/1211-ttf-1211
  • Loading branch information
rettichlp authored Sep 9, 2024
2 parents 6d44d48 + 915bc31 commit 817242b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
api("com.jeff-media", "json-configuration-serialization", "1.1.4")
api("de.rettichlp", "dclogging", "1.1.6")

paperweight.paperDevBundle("1.21-R0.1-SNAPSHOT")
paperweight.paperDevBundle("1.21.1-R0.1-SNAPSHOT")
}

tasks {
Expand All @@ -41,5 +41,4 @@ tasks {
shadowJar {
archiveFileName.set("turniptales-libraries.jar")
}

}
2 changes: 1 addition & 1 deletion src/main/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: turniptales-libraries
version: 1.0.0
main: net.turniptales.libraries.TurnipTalesLibraries
api-version: '1.21'
api-version: '1.21.1'

load: STARTUP
has-open-classloader: true
Expand Down

0 comments on commit 817242b

Please sign in to comment.