Skip to content

Commit

Permalink
renamed command and changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janisringli committed Mar 5, 2024
1 parent a950f8a commit 419da60
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>
> - 👉 `Star` the Project
> - ☕️ **Buy me a coffee** @[buymeacoffee](https://buymeacoffee.com/janisringli)
> - ❤️ Provide Feedback in [`Issues`](https://github.com/janisringli/verse-of-the-day-for-obsidian/issues) or join [`Discussion`](https://github.com/tim-hub/obsidian-bible-reference/discussions)
> - ❤️ Provide Feedback in [`Issues`](https://github.com/janisringli/verse-of-the-day-for-obsidian/issues)
---

Expand Down
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class VerseOfTheDayPlugin extends Plugin {

this.addCommand({
id: "insert-verse-of-the-day",
name: "Insert Verse of the Day",
name: "Insert Daily Verse",
editorCallback: async (editor: Editor) => {
const verseData = await this.getVerseOfTheDay(
this.settings.language
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "verse-of-the-day",
"name": "Verse of the Day",
"version": "1.0.4",
"version": "1.0.5",
"minAppVersion": "0.15.0",
"description": "Lets you add the verse of the day from YouVersion to your daily notes",
"author": "Janis Ringli",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"1.0.2": "0.15.0",
"1.0.3": "0.15.0",
"1.0.4": "0.15.0"
"1.0.4": "0.15.0",
"1.0.5": "0.15.0"
}

0 comments on commit 419da60

Please sign in to comment.