Skip to content

Commit

Permalink
🏷 Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed Aug 29, 2021
1 parent 42843db commit cc75094
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jar {
"Implementation-Title" : project.name,
"Implementation-Version" : "${version}",
"Implementation-Vendor" : project.property('mod.author'),
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"MixinConfigs": "cfm.mixins.json"
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
//"MixinConfigs": "cfm.mixins.json"
])
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
mod.id=cfm
mod.name=MrCrayfish's Furniture Mod
mod.author=MrCrayfish
mod.version=7.0.0-pre24
mod.version=7.0.0-pre25
minecraft.version=1.17.1
mappings.channel=official
mappings.version=1.17.1
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ issueTrackerURL="https://github.com/MrCrayfish/MrCrayfishFurnitureMod/issues"

[[mods]]
modId="cfm"
version="7.0.0-pre24"
version="7.0.0-pre25"
displayName="MrCrayfish's Furniture Mod"
updateJSONURL="https://mrcrayfish.com/modupdatejson?id=cfm"
displayURL="https://mrcrayfish.com/mods?id=cfm"
Expand Down

0 comments on commit cc75094

Please sign in to comment.