From a6c4544c338bb881f2ada472cf141ed9dcedaf44 Mon Sep 17 00:00:00 2001 From: ShahriarKh <31452340+ShahriarKh@users.noreply.github.com> Date: Fri, 14 Jul 2023 03:14:04 +0330 Subject: [PATCH] 0.0.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 581d0cb..6096012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "strapi-content-type-explorer", - "version": "0.0.0", + "version": "0.0.1", "description": "A Strapi plugin to view your content types and their relationships", "strapi": { "name": "content-type-explorer", @@ -37,4 +37,4 @@ "npm": ">=6.0.0" }, "license": "MIT" -} \ No newline at end of file +}