From b7036af184ada314dc40b04e76986355d9fc6951 Mon Sep 17 00:00:00 2001 From: Rikko Date: Tue, 27 Sep 2022 20:34:06 +0530 Subject: [PATCH] Set version to null for ci to autofill --- plugins/utilities.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/plugins/utilities.json b/plugins/utilities.json index f51a3b4..bfd1197 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -119,12 +119,7 @@ } ], "versions": { - "1.2.0": { - "api_version": 7, - "commit_sha": "d8d2985", - "released_on": "26-09-2022", - "md5sum": "1ef7d937e49a1aa954f56b3f9bf8a5fe" - }, + "1.2.0": null, "1.0.0": { "api_version": 7, "commit_sha": "3a8ba07", @@ -210,4 +205,4 @@ } } } -} \ No newline at end of file +}