From 9c31a5a8e7ae7db31bc42c6a313fe8624aae7e47 Mon Sep 17 00:00:00 2001 From: kry-kylewhittle Date: Wed, 17 Jun 2026 14:57:22 +0100 Subject: [PATCH] Bump version to 1.0.4 (skipped 1.0.3 tag collision) Co-Authored-By: Claude Sonnet 4.6 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e56ccd9..af0f7a7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-repo-tools", "name": "GitHub Repo Tools", - "version": "1.0.3", + "version": "1.0.4", "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 534fdc0..00674bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-tools", - "version": "1.0.3", + "version": "1.0.4", "description": "GitHub wiki repo monitor for Obsidian", "main": "main.js", "scripts": {