From a44d2b3542424007230f4ff1387a7939e1462b71 Mon Sep 17 00:00:00 2001 From: Jordan Handy <6423379+jordanhandy@users.noreply.github.com> Date: Thu, 23 May 2024 19:56:21 -0400 Subject: [PATCH] update version --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a059263..e9ad383 100755 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { "id": "obsidian-cloudinary-uploader", "name": "Cloudinary Uploader", - "description": "This plugin uploads the images in your clipboard to Cloudinary as unsigned uploads", + "description": "This plugin uploads the media files in your clipboard (or drag and drop) to Cloudinary as unsigned uploads", "author": "Jordan Handy", "isDesktopOnly": true, "minAppVersion": "0.11.0", - "version": "0.2.1" + "version": "0.3.0" }