Skip to content

Commit

Permalink
Let's make this versioned properly
Browse files Browse the repository at this point in the history
  • Loading branch information
BluSpring committed Nov 18, 2022
1 parent 48ac3ac commit 269feaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.18.1
yarn_mappings=1.18.1+build.22
loader_version=0.14.9
# Mod Properties
mod_version=1.0-SNAPSHOT
mod_version=1.0.0+1.18
maven_group=xyz.bluspring
archives_base_name=Nicknamer
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"depends": {
"fabricloader": ">=0.14.9",
"fabric": "*",
"minecraft": "1.18.1",
"minecraft": ">=1.18",
"fabric-language-kotlin": "*",
"cloth-config": ">=6.4.90"
}
Expand Down

0 comments on commit 269feaf

Please sign in to comment.