Skip to content

Commit

Permalink
feat: 25w02a
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Jan 8, 2025
1 parent 849b68a commit 5043b83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.4" // change me
version = "1.8.8+25w02a" // change me

/**
* A three-way choice of mappings.
Expand Down Expand Up @@ -118,6 +118,7 @@ val mappingConfig = buildMappingConfig {
}
.map(Version::id)
)
version("25w02a") // latest snapshot, change me
workspace(mappingCacheWorkspace)

// remove Searge's ID namespace, it's not necessary
Expand Down

0 comments on commit 5043b83

Please sign in to comment.