Skip to content

Commit

Permalink
Added funding URL
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee committed Feb 25, 2023
1 parent b3dafe8 commit 3a5d3ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions manifest.json
@@ -1,10 +1,13 @@
{
"id": "obsidian-stille",
"name": "Stille",
"version": "1.3.2",
"version": "1.3.3",
"minAppVersion": "0.15.0",
"description": "Focus on your writing, a section at a time.",
"author": "Michael Lee",
"authorUrl": "https://michaelsoolee.com",
"isDesktopOnly": false
"isDesktopOnly": false,
"fundingUrl": {
"Buy me a slice of pizza": "https://michaellee.gumroad.com/l/buy-michael-pizza"
}
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "obsidian-stille",
"version": "1.3.2",
"version": "1.3.3",
"description": "An Obsidian plugin that helps you focus on your writing, a section at a time.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -8,5 +8,6 @@
"1.2.1": "0.13.0",
"1.3.0": "0.15.0",
"1.3.1": "0.15.0",
"1.3.2": "0.15.0"
"1.3.2": "0.15.0",
"1.3.3": "0.15.0"
}

0 comments on commit 3a5d3ab

Please sign in to comment.