Skip to content

Commit

Permalink
update min app version
Browse files Browse the repository at this point in the history
  • Loading branch information
connorpark24 committed Jul 6, 2024
1 parent 5996a28 commit 547c745
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class NotesRefresher extends Plugin {

this.addSettingTab(new NotesRefresherSettingTab(this.app, this));

this.addRibbonIcon("clock-4", "Get Note Summaries", async () => {
this.addRibbonIcon("clock-4", "Get note summaries", async () => {
const modal = new RefresherModal(this.app, null);
modal.open();

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "notes-refresher",
"name": "Notes Refresher",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"minAppVersion": "1.6.5",
"description": "Provides summaries of notes from your Vault.",
"author": "Connor Park",
"isDesktopOnly": true
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0.0": "0.15.0"
"1.0.0": "1.6.5"
}

0 comments on commit 547c745

Please sign in to comment.