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