From 3f162534873cb7a3d1fcc94a9b5bf08b4785e88d Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Sun, 9 Mar 2025 18:54:51 +0100 Subject: [PATCH] Rename plugin --- manifest.json | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index fc11167..d214e83 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "obsidian-github-sync", - "name": "GitHub Sync", + "id": "github-gitless-sync", + "name": "GitHub Gitless Sync", "version": "1.0.0", "minAppVersion": "1.7.7", - "description": "Sync a GitHub repository with Obsidian vaults on different platforms", + "description": "Sync a GitHub repository with vaults on different platforms without requiring git installation", "author": "Silvano Cerza", "authorUrl": "https://silvanocerza.com", "fundingUrl": "https://ko-fi.com/silvanocerza", "isDesktopOnly": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index ff292f2..fb82a0c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "obsidian-github-sync", + "name": "github-gitless-sync", "version": "1.0.0", - "description": "Sync a GitHub repository with Obsidian vaults on different platforms", + "description": "Sync a GitHub repository with vaults on different platforms without requiring git installation", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",