diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8fc4d75..bdefb91 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: | - - Bug fixes + - Fixes for obsidian 1.0.0 draft: false prerelease: false - name: Upload main.js diff --git a/manifest.json b/manifest.json index 26ede40..e3f51b5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-completr", "name": "Completr", - "version": "2.9.3", + "version": "3.0.0", "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 f1e63e6..1452cfa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-completr", - "version": "2.9.3", + "version": "3.0.0", "description": "This plugin provides advanced auto-completion capabilities for Obsidian", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index d147b3a..4efe837 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "1.0.0": "0.12.0", "2.0.0": "0.13.14", - "2.9.0": "0.15.0" + "2.9.0": "0.15.0", + "3.0.0": "1.0.0" }