From 6bfacdde27a550c7f4c21daba715a4cb8ee89c42 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Sun, 4 Aug 2024 00:25:23 -0400 Subject: [PATCH] Add release_manifests.json --- release_manifests.json | 66 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 release_manifests.json diff --git a/release_manifests.json b/release_manifests.json new file mode 100644 index 00000000..b9320473 --- /dev/null +++ b/release_manifests.json @@ -0,0 +1,66 @@ +[ + { + "version": "v2.0.dev1", + "godot_compatibility": "4.2" + }, + { + "version": "v2.0.dev2", + "godot_compatibility": "4.2" + }, + { + "version": "v2.0.dev3", + "godot_compatibility": "4.2" + }, + { + "version": "v2.0.rc1", + "godot_compatibility": "4.2" + }, + { + "version": "v2.0.rc2", + "godot_compatibility": "4.2" + }, + { + "version": "v2.0.stable", + "godot_compatibility": "4.2" + }, + { + "version": "v2.0.1.stable", + "godot_compatibility": "4.2" + }, + { + "version": "v2.0.2.rc1", + "godot_compatibility": "4.2" + }, + { + "version": "v2.0.2.rc2", + "godot_compatibility": "4.2" + }, + { + "version": "v2.1.dev1", + "godot_compatibility": "4.2" + }, + { + "version": "v2.1.dev2", + "godot_compatibility": "4.2" + }, + { + "version": "v2.1.dev3", + "godot_compatibility": "4.2" + }, + { + "version": "v2.1.dev4", + "godot_compatibility": "4.3" + }, + { + "version": "v2.1.rc1", + "godot_compatibility": "4.3" + }, + { + "version": "v2.1.rc2", + "godot_compatibility": "4.3" + }, + { + "version": "v2.1.rc3", + "godot_compatibility": "4.3" + } +] \ No newline at end of file