-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small adjustments to code based on Obsidian Team's feedback
- Loading branch information
1 parent
731c474
commit 3089c5a
Showing
5 changed files
with
21 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"id": "soundscapes", | ||
"name": "Soundscapes", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"minAppVersion": "0.15.0", | ||
"description": "Adds a music/ambiance (E.g. lofi, white noise) player to the status bar to help with concentration.", | ||
"author": "Andrew McGivery", | ||
"authorUrl": "https://github.com/andrewmcgivery", | ||
"fundingUrl": "https://www.buymeacoffee.com/andrewmcgivery", | ||
"isDesktopOnly": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"1.0.0": "0.15.0" | ||
} | ||
"1.0.0": "0.15.0", | ||
"1.0.1": "0.15.0" | ||
} |