From 2272777aa9fa7ffc7c1acc66433f51e22c06f9b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 5 Jan 2025 12:45:36 +0000 Subject: [PATCH] Update repo.json --- repo.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/repo.json b/repo.json index 7295f1c..5fee760 100644 --- a/repo.json +++ b/repo.json @@ -2,10 +2,17 @@ "packages": { "calc": { "name": "calc", - "version": "1.0", + "version": "1.1", "install": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/install.sh", "update": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/update.sh", "remove": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/calc/remove.sh" + }, + "notepad": { + "name": "notepad", + "version": "1.0", + "install": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/notepad/install.sh", + "update": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/notepad/update.sh", + "remove": "https://raw.githubusercontent.com/spitkov/ynsrepo/main/packages/notepad/remove.sh" } } -} \ No newline at end of file +} \ No newline at end of file