fix: bump minAppVersion to 1.7.2 for revealLeaf Promise support

This commit is contained in:
gearheaded 2026-06-21 19:00:04 -04:00
parent c6a86ada5a
commit 74ffdc95c3
3 changed files with 5 additions and 4 deletions

View file

@ -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",

View file

@ -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": {

View file

@ -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"
}