Skip to content

Commit

Permalink
3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tth05 committed Jan 22, 2023
1 parent af18c9a commit c9057a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: |
- Fix front matter list completion not working when indentation is present
- Add auto-focus option
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": "3.1.1",
"version": "3.1.2",
"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": "3.1.1",
"version": "3.1.2",
"description": "This plugin provides advanced auto-completion capabilities for Obsidian",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit c9057a2

Please sign in to comment.