From 24fa2adb3565c2a3f7dec3a4724dea69572b0579 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Thu, 9 Jan 2025 16:30:40 +0100 Subject: [PATCH] Update manifest --- manifest.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifest.json b/manifest.json index 6972c59..e5893ce 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { - "id": "obsidian-github-sync", - "name": "Obsidian GitHub Sync", - "version": "0.0.0", - "minAppVersion": "1.7.7", - "description": "A plugin to sync a Github repository with an Obsidian vault.", - "author": "Silvano Cerza", - "authorUrl": "https://silvanocerza.com", - "isDesktopOnly": false + "id": "obsidian-github-sync", + "name": "GitHub Sync", + "version": "0.0.0", + "minAppVersion": "1.7.7", + "description": "A plugin to sync a Github repository with an Obsidian vault.", + "author": "Silvano Cerza", + "authorUrl": "https://silvanocerza.com", + "isDesktopOnly": false }