Skip to content

Commit

Permalink
Update version range and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthegreat1 committed Nov 19, 2024
1 parent 9693997 commit aad9486
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## No Portals 1.1.4 for 1.21.3

Update to 1.21.3
Update Server Translation API to 2.4.0


## No Portals 1.1.3 for 1.21

Update to 1.21
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ publishMods {
projectSlug = "no-portals" // Required for discord webhook
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
minecraftVersionRange {
start = "1.21"
start = "1.21.2"
end = "1.21.3"
}
requires("fabric-api")
Expand All @@ -93,7 +93,7 @@ publishMods {
projectId = "ZzkyvOit"
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
minecraftVersionRange {
start = "1.21"
start = "1.21.2"
end = "1.21.3"
}
}
Expand Down

0 comments on commit aad9486

Please sign in to comment.