Skip to content

Commit

Permalink
8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashi-aikawa committed May 20, 2023
1 parent 0bd4796 commit a2ffe7d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest-beta.json
@@ -1,7 +1,7 @@
{
"id": "various-complements",
"name": "Various Complements",
"version": "8.2.3",
"version": "8.3.0",
"minAppVersion": "0.16.0",
"description": "This plugin enables you to complete words like the auto-completion of IDE",
"author": "tadashi-aikawa",
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"id": "various-complements",
"name": "Various Complements",
"version": "8.2.3",
"version": "8.3.0",
"minAppVersion": "0.16.0",
"description": "This plugin enables you to complete words like the auto-completion of IDE",
"author": "tadashi-aikawa",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "various-complements",
"version": "8.2.3",
"version": "8.3.0",
"description": "This plugin for Obsidian enables you to complete words like the auto-completion of IDE",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Expand Up @@ -14,5 +14,6 @@
"8.2.0": "0.16.0",
"8.2.1": "0.16.0",
"8.2.2": "0.16.0",
"8.2.3": "0.16.0"
"8.2.3": "0.16.0",
"8.3.0": "0.16.0"
}

0 comments on commit a2ffe7d

Please sign in to comment.