Skip to content

Commit

Permalink
Bump version number and NeoForge version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rover656 committed Sep 30, 2024
1 parent 9d3ae75 commit 147c754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ publishing {
artifactId = "regilite"
version = version

artifact(tasks.getByName("jar"))
artifact(tasks.getByName("sourcesJar"))
from(components["java"])

pom {
name.set("Regilite")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ org.gradle.debug=false

## Environment Properties
minecraftVersion=1.21
neoForgeVersion=21.0.145
versionSeries=0.1
neoForgeVersion=21.1.58
versionSeries=1.0

neoForge.parchment.minecraftVersion=1.21
neoForge.parchment.mappingsVersion=2024.07.28

0 comments on commit 147c754

Please sign in to comment.