Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tth05 committed Oct 14, 2022
1 parent 81cf676 commit 98f64d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 98f64d6

Please sign in to comment.