From c9b13c3ccb350fd5b441876da6618ce79c89d679 Mon Sep 17 00:00:00 2001 From: gearheaded Date: Sun, 21 Jun 2026 19:58:31 -0400 Subject: [PATCH] fix README and versions --- README.md | 2 -- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0327059..960c5b2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ View GitHub and local Git contributions directly in the Obsidian sidebar - complete with streak tracking, per-repo tooltips, color palettes, and one-click daily note creation. -Note: Still a work in progress to get through the official review process. - ![GitHub Contributions](media/ss-contributions-main.png) ## Themes & Customization diff --git a/manifest.json b/manifest.json index 72947df..4f939e0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "github-contributions", "name": "GitHub Contributions", - "version": "1.0.6", + "version": "1.0.7", "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", diff --git a/package.json b/package.json index dfc90e5..54a7bd4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-github-contributions", - "version": "1.0.6", + "version": "1.0.7", "description": "GitHub contribution graph for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index db2c435..007c895 100644 --- a/versions.json +++ b/versions.json @@ -4,5 +4,6 @@ "1.0.2": "0.15.0", "1.0.3": "1.0.0", "1.0.5": "1.0.0", - "1.0.6": "1.0.0" + "1.0.6": "1.0.0", + "1.0.7": "1.0.0" } \ No newline at end of file