From fabaad68e048f3717d78245a5133d8c27e5166d2 Mon Sep 17 00:00:00 2001 From: kry-kylewhittle Date: Fri, 26 Jun 2026 11:47:02 +0100 Subject: [PATCH] v1.0.7 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 3f0c4f5..71814d4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-repo-tools", "name": "GitHub Repo Tools", - "version": "1.0.6", + "version": "1.0.7", "minAppVersion": "1.7.2", "description": "Monitor a GitHub repo — staleness alerts, PR dashboard, and activity notifications.", "author": "Kyle Whittle", diff --git a/package.json b/package.json index 635d8f9..d61a3a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-tools", - "version": "1.0.6", + "version": "1.0.7", "description": "GitHub wiki repo monitor for Obsidian", "main": "main.js", "scripts": {