Skip to content

Commit

Permalink
2.1.0 (fabric only)
Browse files Browse the repository at this point in the history
  • Loading branch information
trainb0y committed May 2, 2024
1 parent 78158da commit 5799f21
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,3 @@ and [YACL](https://github.com/isXander/YetAnotherConfigLib) for being excellent
Also [Devin's Badges](https://github.com/intergrav/devins-badges) are great.
Some inspiration taken from the excellent [Zoomify](https://github.com/isXander/Zoomify) mod though I've never
intentionally used its code.

## Links

[![~fabric~](https://raw.githubusercontent.com/intergrav/devins-badges/main/badges/fabric_64h.png)](https://modrinth.com/mod/fabrizoom/)
[![~forge~](https://raw.githubusercontent.com/intergrav/devins-badges/main/badges/forge_64h.png)](https://modrinth.com/mod/fabrizoom/)
[![~quilt~](https://raw.githubusercontent.com/intergrav/devins-badges/main/badges/quilt_64h.png)](https://modrinth.com/mod/fabrizoom/)
[![~modrinth~](https://raw.githubusercontent.com/intergrav/devins-badges/main/badges/modrinth_64h.png)](https://modrinth.com/mod/fabrizoom/)
[![~github~](https://raw.githubusercontent.com/intergrav/devins-badges/main/badges/github-repository_64h.png)](https://github.com/trainb0y/fabrizoom)
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "fabrizoom",
"version": "$version",
"name": "FabriZoom",
"description": "Lightweight, cross-platform, configurable zoom button. Fork of OkZoomer v4",
"description": "Lightweight, cross-platform, configurable zoom. Fork of OkZoomer v4",
"authors": [
"trainb0y",
"EnnuiL"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ forge_kotlin_version=5.0.1
fabric_mod_menu_version=10.0.0-beta.1
yacl_version=3.4.1+1.20.5
# Mod Properties
mod_version=2.0.1+1.20.6
mod_version=2.1.0+1.20.6
maven_group=io.github.trainb0y
archives_base_name=fabrizoom
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ modId = "fabrizoom"
version = "$mod_version"
displayName = "FabriZoom"
authors = "trainb0y, EnnuiL"
description = "Lightweight, cross-platform, configurable zoom button. Fork of OkZoomer v4"
description = "Lightweight, cross-platform, configurable zoom. Fork of OkZoomer v4"
logoFile = "assets/fabrizoom/icon.png"

[[mixins]]
Expand Down

0 comments on commit 5799f21

Please sign in to comment.