From 94bee4905ac536434701144b2a06b7eaa8100b4b Mon Sep 17 00:00:00 2001 From: rishikesh yadav Date: Tue, 7 May 2024 15:29:46 +0530 Subject: [PATCH] added new category called name services --- package.json | 2 +- src/dappCategory.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4322633..5277f1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@merokudao/dapp-store-registry", - "version": "0.1.106", + "version": "0.1.107", "description": "The dApp Store registry for MerokuDAO dAapp Store", "repository": { "type": "git", diff --git a/src/dappCategory.json b/src/dappCategory.json index ad47152..22ba9e4 100644 --- a/src/dappCategory.json +++ b/src/dappCategory.json @@ -197,5 +197,9 @@ "code", "others" ] + }, + { + "category": "Naming Services", + "subCategory": [] } ]