From a728ed3dfbea6ce765254ade0b1987c7320ce3d0 Mon Sep 17 00:00:00 2001 From: Abel Lazaro Date: Fri, 15 May 2026 00:14:15 -0600 Subject: [PATCH] fix warnings publish --- README.md | 4 ++-- manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b9e746..41d0e30 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ Requires the [Style Settings](https://github.com/mgmeyers/obsidian-style-setting 4. Place both files inside that folder. 5. In Obsidian, go to **Settings > Appearance > Themes** and select **CyberGlow**. -### Community Themes (coming soon) +### Community Themes -CyberGlow will be submitted to the Obsidian community themes directory. Once approved, you will be able to install it directly from **Settings > Appearance > Themes > Browse**. +Install directly from Obsidian: **Settings > Appearance > Themes > Browse** and search for **CyberGlow**. --- diff --git a/manifest.json b/manifest.json index 84d9601..31434c9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "CyberGlow", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "1.0.0", "author": "DevM0nk3y", - "authorUrl": "https://github.com/DevM0nk3y/CyberGlow" + "authorUrl": "https://github.com/DevM0nk3y" }