Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1foxy2 committed Jan 5, 2025
1 parent 340347a commit 6eb9d2b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ neoForge {
}

dependencies {
compileOnly group: 'org.spongepowered', name: 'mixin', version: '0.8.7'
compileOnly group: 'net.fabricmc', name: 'sponge-mixin', version: '0.15.3+mixin.0.8.7'

compileOnly group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.3.5'
annotationProcessor group: 'io.github.llamalad7', name: 'mixinextras-common', version: '0.3.5'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ neoforge_loader_version_range=[21.0.0-beta,)
fabric_loader_version=0.16.9

# Mod Properties
mod_version=1.2.2
mod_version=1.2.3
maven_group=ca.fxco.moreculling
archives_base_name=moreculling
license=GPL-3.0-only
Expand Down
11 changes: 0 additions & 11 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@ pluginManagement {
includeGroup('fabric-loom')
}
}
exclusiveContent {
forRepository {
maven {
name = 'Sponge'
url = uri('https://repo.spongepowered.org/repository/maven-public')
}
}
filter {
includeGroupAndSubgroups("org.spongepowered")
}
}
}
}

Expand Down

0 comments on commit 6eb9d2b

Please sign in to comment.