Skip to content

Commit

Permalink
feat: 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Jun 13, 2024
1 parent 6f746d5 commit 1ecc430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ group = "me.kcra.takenaka" // change me
// format: <oldest version>+<newest version>[-SNAPSHOT]
// this is included in META-INF/MANIFEST.MF under Implementation-Version
// be nice to people who use the bundles and don't change the format
version = "1.8.8+1.20.6" // change me
version = "1.8.8+1.21" // change me

/**
* A three-way choice of mappings.
Expand Down Expand Up @@ -110,7 +110,7 @@ val yarnProvider = YarnMetadataProvider(sharedCacheWorkspace, xmlMapper)
val mappingConfig = buildMappingConfig {
version(
manifest
.range("1.8.8", "1.20.6") { // change me
.range("1.8.8", "1.21") { // change me
// exclude 1.20 and 1.20.5 - hotfixed versions
// exclude 1.16 and 1.10.1, they don't have most mappings and are basically not used at all
// exclude 1.8.9, client-only update - no Spigot mappings, no thank you
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
takenaka = "1.1.2"
takenaka = "1.1.4"

[libraries]
generator-web = { group = "me.kcra.takenaka", name = "generator-web", version.ref = "takenaka" }

0 comments on commit 1ecc430

Please sign in to comment.