Skip to content

Commit

Permalink
feat: 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Oct 22, 2024
1 parent 7728363 commit b511811
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 @@ -43,7 +43,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.21.1" // change me
version = "1.8.8+1.21.2" // change me

/**
* A three-way choice of mappings.
Expand Down Expand Up @@ -106,7 +106,7 @@ val yarnProvider = YarnMetadataProvider(sharedCacheWorkspace)
val mappingConfig = buildMappingConfig {
version(
manifest
.range("1.8.8", "1.21.1") { // change me
.range("1.8.8", "1.21.2") { // change me
// exclude 1.20, 1.20.3 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.2.0"
takenaka = "1.2.1-SNAPSHOT"

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

0 comments on commit b511811

Please sign in to comment.