From 5c7369d66b3b472bebe36cfaf06c657ecc0b3422 Mon Sep 17 00:00:00 2001 From: tth05 <36999320+tth05@users.noreply.github.com> Date: Tue, 25 Oct 2022 15:25:14 +0200 Subject: [PATCH] 3.0.1 --- .github/workflows/release.yml | 2 +- manifest.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdefb91..9472742 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} body: | - - Fixes for obsidian 1.0.0 + - The "Open suggestion popup" command is now invisible when the popup is already open draft: false prerelease: false - name: Upload main.js diff --git a/manifest.json b/manifest.json index e3f51b5..62819a3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-completr", "name": "Completr", - "version": "3.0.0", + "version": "3.0.1", "minAppVersion": "1.0.0", "description": "This plugin provides advanced auto-completion functionality for LaTeX, Frontmatter and standard writing.", "author": "tth05", diff --git a/package.json b/package.json index 1452cfa..452305a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-completr", - "version": "3.0.0", + "version": "3.0.1", "description": "This plugin provides advanced auto-completion capabilities for Obsidian", "main": "main.js", "scripts": {