Skip to content

Commit

Permalink
removed unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
janisringli committed Mar 8, 2024
1 parent 73cb326 commit 8f05267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import { Plugin, Editor, requestUrl, RequestUrlParam } from "obsidian";
import { IncomingMessage } from "http";
import * as https from "https";
import { VerseSettingsTab } from "./settings";

interface VerseSettings {
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.6",
"version": "1.0.7",
"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
Expand Up @@ -3,5 +3,6 @@
"1.0.3": "0.15.0",
"1.0.4": "0.15.0",
"1.0.5": "0.15.0",
"1.0.6": "0.15.0"
"1.0.6": "0.15.0",
"1.0.7": "0.15.0"
}

0 comments on commit 8f05267

Please sign in to comment.