Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudz committed Sep 24, 2024
1 parent bd4291a commit f004eaf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "favorite-note",
"name": "Favorite Note",
"version": "2.0.1",
"version": "2.0.2",
"minAppVersion": "0.15.0",
"description": "Mark your note as favorite.",
"author": "mahmudz",
"authorUrl": "https://github.com/mahmudz",
"fundingUrl": "https://www.buymeacoffee.com/mahmudz",
"isDesktopOnly": false
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-sample-plugin",
"version": "2.0.1",
"version": "2.0.2",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand All @@ -21,4 +21,4 @@
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}
}
5 changes: 3 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"2.0.0": "0.15.0",
"2.0.1": "0.15.0"
}
"2.0.1": "0.15.0",
"2.0.2": "0.15.0"
}

0 comments on commit f004eaf

Please sign in to comment.