Skip to content

Commit

Permalink
Change version to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Aug 15, 2024
1 parent 0e99def commit d0f3b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ publishMods {
file = remapJar.archiveFile
def versionString = project.version as String
def ghVersion = "v" + versionString.substring(0, versionString.indexOf("-"))
def changelogUrl = "https://www.wimods.net/mo-glass/mo-glass-1-9/"
def changelogUrl = "https://www.wimods.net/mo-glass/mo-glass-1-10/"
def archivesName = project.base.archivesName.get() as String
additionalFiles.from(
file("${project.buildDir}/libs/${archivesName}-${versionString}-sources.jar"),
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ loader_version=0.16.0
fabric_version=0.102.1+1.21.1

# Mod Properties
mod_version = 1.9-MC1.21.1
mod_version = 1.10-MC1.21.1
maven_group = net.wurstclient.glass
archives_base_name = Mo-Glass

Expand Down

0 comments on commit d0f3b6f

Please sign in to comment.