mirror of
https://github.com/gearheaded/obsidian-github-contributions.git
synced 2026-07-22 07:43:36 +00:00
fix README and versions
This commit is contained in:
parent
af4aa42472
commit
c9b13c3ccb
4 changed files with 4 additions and 5 deletions
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
## Themes & Customization
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue