@spyglassmc/java-edition 0.3.17 → 0.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ export async function resolveConfiguredVersion(inputVersion, versions, getPackMc
17
17
  }
18
18
  }
19
19
  // DOCS: Update this when a new snapshot cycle begins
20
- return '1.21.2';
20
+ return '1.21.4';
21
21
  }
22
22
  function toVersionInfo(version) {
23
23
  version = version ?? versions[0];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spyglassmc/java-edition",
3
- "version": "0.3.17",
3
+ "version": "0.3.18",
4
4
  "type": "module",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",