diff options
| author | PrismAutomata <gitbot@scrumplex.net> | 2024-04-14 13:00:42 +0000 |
|---|---|---|
| committer | PrismAutomata <gitbot@scrumplex.net> | 2024-04-14 13:00:42 +0000 |
| commit | db500be5f1bbd9675f7abef4805e71d4bd0d46c7 (patch) | |
| tree | 2e9e93932eed29c03668a140754aed3457ba2231 | |
| parent | 5bfe4cd0e355f9ac44caae417254578d35f07c52 (diff) | |
| download | Meta-Upstream-db500be5f1bbd9675f7abef4805e71d4bd0d46c7.tar.gz Meta-Upstream-db500be5f1bbd9675f7abef4805e71d4bd0d46c7.zip | |
Update 2024-04-14
| -rw-r--r-- | fabric/meta-v2/loader.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fabric/meta-v2/loader.json b/fabric/meta-v2/loader.json index 5abe20fe3..5402eeda6 100644 --- a/fabric/meta-v2/loader.json +++ b/fabric/meta-v2/loader.json @@ -3,14 +3,14 @@ "build": 10, "maven": "net.fabricmc:fabric-loader:0.15.10", "separator": ".", - "stable": false, + "stable": true, "version": "0.15.10" }, { "build": 9, "maven": "net.fabricmc:fabric-loader:0.15.9", "separator": ".", - "stable": true, + "stable": false, "version": "0.15.9" }, { |
