Skip to content

Commit 2ecc1fd

Browse files
committed
Bump versions
1 parent 68d6303 commit 2ecc1fd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Allomancy 5.1.0
55

66
This mod adds the basics of [Allomancy](http://coppermind.net/wiki/Allomancy) from Brandon Sanderson's book series *Mistborn*.
77

8-
This mod is currently updated for `Minecraft 1.21` and `NeoForge 21.0.21-beta`
8+
This mod is currently updated for `Minecraft 1.21` and `NeoForge 21.0.38-beta`
99

1010
Please verify and report any issues!
1111

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'eclipse'
44
id 'idea'
55
id 'maven-publish'
6-
id 'net.neoforged.gradle.userdev' version '7.0.150'
6+
id 'net.neoforged.gradle.userdev' version '7.0.151'
77
}
88

99
tasks.named('wrapper', Wrapper).configure {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ minecraft_version=1.21
1212
# as they do not follow standard versioning conventions.
1313
minecraft_version_range=[1.21,1.22)
1414
# The Neo version must agree with the Minecraft version to get a valid artifact
15-
neo_version=21.0.37-beta
15+
neo_version=21.0.38-beta
1616
# The Neo version range can use any version of Neo as bounds
17-
neo_version_range=[21.0.37-beta,)
17+
neo_version_range=[21.0.38-beta,)
1818
# The loader version range can only use the major version of FML as bounds
1919
loader_version_range=[4,)
2020
# read more on this at https://github.com/neoforged/NeoGradle/blob/NG_7.0/README.md#apply-parchment-mappings

0 commit comments

Comments
 (0)