Skip to content

Commit

Permalink
Renamed id to just soomda
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee committed Mar 16, 2023
1 parent ece1484 commit b3b9d1e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-soomda",
"id": "soomda",
"name": "Soomda",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "0.15.0",
"description": "Quickly hide your sidebars",
"author": "Michael Lee",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-soomda",
"version": "1.0.0",
"name": "soomda",
"version": "1.0.1",
"description": "Quickly hide your sidebars.",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
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"
}

0 comments on commit b3b9d1e

Please sign in to comment.