mirror of
https://github.com/gearheaded/obsidian-github-contributions.git
synced 2026-07-22 07:43:36 +00:00
fix: bump minAppVersion to 1.7.2 for revealLeaf Promise support
This commit is contained in:
parent
c6a86ada5a
commit
74ffdc95c3
3 changed files with 5 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue