fix README and versions

This commit is contained in:
gearheaded 2026-06-21 19:58:31 -04:00
parent af4aa42472
commit c9b13c3ccb
4 changed files with 4 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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