From 74ffdc95c3333191974a33e6d75d4afcc5cb5da2 Mon Sep 17 00:00:00 2001 From: gearheaded Date: Sun, 21 Jun 2026 19:00:04 -0400 Subject: [PATCH] fix: bump minAppVersion to 1.7.2 for revealLeaf Promise support --- manifest.json | 4 ++-- package.json | 2 +- versions.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 821e266..72947df 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "github-contributions", "name": "GitHub Contributions", - "version": "1.0.5", - "minAppVersion": "1.0.0", + "version": "1.0.6", + "minAppVersion": "1.7.2", "description": "View GitHub and local Git contributions directly in the sidebar with streak tracking, repository breakdowns, color palettes, and daily note integration.", "author": "gearheaded", "authorUrl": "https://github.com/gearheaded", diff --git a/package.json b/package.json index 1c5616c..dfc90e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-contributions", - "version": "1.0.5", + "version": "1.0.6", "description": "GitHub contribution graph for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index b76402c..db2c435 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.0.1": "0.15.0", "1.0.2": "0.15.0", "1.0.3": "1.0.0", - "1.0.5": "1.0.0" + "1.0.5": "1.0.0", + "1.0.6": "1.0.0" } \ No newline at end of file