diff options
| author | Petr Mrázek <peterix@gmail.com> | 2020-08-07 22:00:11 +0200 |
|---|---|---|
| committer | Petr Mrázek <peterix@gmail.com> | 2020-08-07 22:00:11 +0200 |
| commit | 752c9abbde4a7520dcd562be42d80f045ca103b8 (patch) | |
| tree | 9b9c3300fb97aad88f8e9c41874ad1b73a62d758 /fabric/meta-v2/loader.json | |
| parent | 83f91ab46c2e616eff134a948a7f0f77d65dc819 (diff) | |
| download | Meta-Upstream-752c9abbde4a7520dcd562be42d80f045ca103b8.tar.gz Meta-Upstream-752c9abbde4a7520dcd562be42d80f045ca103b8.zip | |
Update 2020-08-07
Diffstat (limited to 'fabric/meta-v2/loader.json')
| -rw-r--r-- | fabric/meta-v2/loader.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fabric/meta-v2/loader.json b/fabric/meta-v2/loader.json index 3a0774890..3dd266e47 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -1,9 +1,16 @@ [ { + "build": 205, + "maven": "net.fabricmc:fabric-loader:0.9.1+build.205", + "separator": "+build.", + "stable": true, + "version": "0.9.1+build.205" + }, + { "build": 204, "maven": "net.fabricmc:fabric-loader:0.9.0+build.204", "separator": "+build.", - "stable": true, + "stable": false, "version": "0.9.0+build.204" }, { |
