Skip to content

Commit

Permalink
feat: 25w03a
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce authored Jan 15, 2025
1 parent 5043b83 commit 222c3ab
Showing 1 changed file with 2 additions and 2 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+25w02a" // change me
version = "1.8.8+25w03a" // change me

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

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

0 comments on commit 222c3ab

Please sign in to comment.