From 77ca66dbdfac152c4ba03bb7cf9a060286020789 Mon Sep 17 00:00:00 2001 From: Ryan Martin <51780559+rmrt1n@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:34:30 +0700 Subject: [PATCH] chore: add new cardinal versions in the version map (#35) * chore: add new cardinal versions in the version map * chore: update version map --------- Co-authored-by: Ryan Martin --- version_map.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/version_map.json b/version_map.json index afc583f..733d0dd 100644 --- a/version_map.json +++ b/version_map.json @@ -6,5 +6,10 @@ "v1.2.6-beta": "v0.4.0", "v1.2.7": "v0.4.0", "v1.3.0": "v0.4.0", - "v1.3.1": "v0.4.0" + "v1.3.1": "v0.4.0", + "v1.3.2": "v0.4.0", + "v1.3.3": "v0.4.1", + "v1.3.4": "v0.4.1", + "v1.3.5": "v0.4.1", + "v1.4.0": "v0.4.1" }