Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaz492 committed Feb 22, 2024
1 parent fd9c719 commit bef47a9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [5.1.2]

- Updated forge,fabric,neo versions

## [5.1.0]

- Updated forge,fabric,neo versions
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT' apply(false)
id 'fabric-loom' version '1.5-SNAPSHOT' apply(false)
id "me.modmuss50.mod-publish-plugin" version "0.4.5"
}

Expand Down
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Project
mod_version=5.1.1
mod_version=5.1.2
group=dev.wuffs.bcc

# Common
minecraft_version=1.20.4

# Forge
forge_version=49.0.14
forge_version=49.0.30
forge_gradle=[6.0.18,6.2)

# Neo
neo_version=20.4.80-beta
neo_gradle=[7.0.76,)
neo_version=20.4.167
neo_gradle=[7.0.94,)

# Fabric
fabric_version=0.92.1+1.20.4
fabric_loader_version=0.15.3
fabric_version=0.96.3+1.20.4
fabric_loader_version=0.15.7

# Mod options
mod_name=BetterCompatibilityChecker
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
gradlePluginPortal()
maven {
name = 'Wuffs'
url = 'https://maven.wuffs.wtf/releases'
url = 'https://maven.wuffs.dev/releases'
}
maven {
name = 'Creeperhost'
Expand All @@ -25,7 +25,7 @@ pluginManagement {
}

plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}

// This should match the folder name of the project, or else IDEA may complain (see https://youtrack.jetbrains.com/issue/IDEA-317606)
Expand Down

0 comments on commit bef47a9

Please sign in to comment.