diff --git a/main.ts b/main.ts index 0a8604a..57be940 100644 --- a/main.ts +++ b/main.ts @@ -1,7 +1,6 @@ import { MarkdownView, Menu, - moment, Notice, Plugin, TAbstractFile, @@ -14,6 +13,7 @@ import { SharedNoteSuccessModal } from "src/ui/SharedNoteSuccessModal"; import type { EventRef } from "obsidian"; import type { PluginSettings } from "src/obsidian/PluginSettings"; import { useFrontmatterHelper } from "src/obsidian/Frontmatter"; +import moment from "moment"; export default class NoteSharingPlugin extends Plugin { public settings: PluginSettings; diff --git a/manifest.json b/manifest.json index 2bb3c52..9300c29 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-quickshare", "name": "QuickShare", - "version": "1.1.0", + "version": "1.1.1", "minAppVersion": "0.13.25", "description": "Securely share your Obsidian notes with one click. Notes are end-to-end encrypted. No API keys or configuration required.", "author": "Maxime Cannoodt (@mcndt)", diff --git a/package-lock.json b/package-lock.json index f44ed8c..d5cac9b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-note-sharing", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "obsidian-note-sharing", - "version": "1.1.0", + "version": "1.1.1", "license": "MIT", "dependencies": { "crc": "^4.1.1" diff --git a/package.json b/package.json index 54d7de8..8bfc4a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-note-sharing", - "version": "1.1.0", + "version": "1.1.1", "description": "Obsidian plugin for encrypting and uploading notes to noteshare.space.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 231c498..be737a1 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.0.0": "0.13.25", "1.0.1": "0.13.25", "1.0.2": "0.13.25", - "1.1.0": "0.13.25" + "1.1.0": "0.13.25", + "1.1.1": "0.13.25" } \ No newline at end of file