From dfae88de9f33c26618febb12e064d6fdf38c4042 Mon Sep 17 00:00:00 2001 From: Emile Durkheim <98767867+Emile-Durkheim@users.noreply.github.com> Date: Thu, 11 Apr 2024 14:29:22 +0200 Subject: [PATCH] change version --- manifest.json | 2 +- package-lock.json | 5 +++-- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index d31ebdd..f097e3b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "discord-message-formatter", "name": "Discord Message Formatter", - "version": "1.3", + "version": "1.4", "minAppVersion": "", "description": "Simply CTRL+C CTRL+V Discord messages from the Desktop client and have them automatically formatted", "author": "Emile Durkheim", diff --git a/package-lock.json b/package-lock.json index 1df5a07..5c5c7b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,10 +9,10 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@types/luxon": "^3.4.2", "luxon": "^3.4.4" }, "devDependencies": { + "@types/luxon": "^3.4.2", "@types/node": "^16.11.6", "@typescript-eslint/eslint-plugin": "5.29.0", "@typescript-eslint/parser": "5.29.0", @@ -559,7 +559,8 @@ "node_modules/@types/luxon": { "version": "3.4.2", "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz", - "integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==" + "integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==", + "dev": true }, "node_modules/@types/node": { "version": "16.18.39", diff --git a/package.json b/package.json index e4c2780..71dbfee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-discord-formatter", - "version": "1.0.0", + "version": "1.4", "description": "Obsidian.md plugin that lets you copy Discord conversations and perfectly formats them to Obsidian Markdown!", "main": "main.js", "scripts": {