From f94ba9f85fa40ddcde43416dc8f1dbe9e31bfcef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pedro=20Monteiro=20Morgado=20Dias?= Date: Thu, 29 Feb 2024 10:08:58 +0000 Subject: [PATCH] Add missing epochs entry in versions.json --- json-schemas/versions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/json-schemas/versions.json b/json-schemas/versions.json index 0eb48e3..8c51bd9 100644 --- a/json-schemas/versions.json +++ b/json-schemas/versions.json @@ -5,5 +5,6 @@ "client-events-api-requests": "0.0.1", "client-events-connections": "0.0.1", "channel-lifecycle": "0.0.1", - "attachments": "0.0.1" + "attachments": "0.0.1", + "epochs": "0.0.1" }