Skip to content

Commit

Permalink
Fix internal version
Browse files Browse the repository at this point in the history
Fix the internal Fabric version, so that tools like "Mod Manager" (an add-on for Mod Manager), which check for this version number for updates.
  • Loading branch information
NatureHog authored Sep 28, 2021
1 parent 0ae5c75 commit 55ad971
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"id": "blur",
"name": "Blur (Fabric)",
"version": "2.1.0",
"version": "2.3.0",
"environment": "client",
"license": "MIT",
"icon": "assets/blur/icon.png",
Expand All @@ -24,4 +24,4 @@
"mixins": [
"mixins.blur.json"
]
}
}

0 comments on commit 55ad971

Please sign in to comment.