Skip to content

Commit

Permalink
Moved to 2.0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
denisoed committed Mar 24, 2022
1 parent 59a3bd1 commit 18b6681
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "obsidian-orthography",
"name": "Obsidian Orthography",
"version": "2.0.3",
"minAppVersion": "0.13.23",
"version": "2.0.4",
"minAppVersion": "0.13.31",
"description": "Obsidian plugin for checking and correcting spelling errors in text.",
"author": "Denisoed",
"authorUrl": "https://github.com/denisoed",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-orthography",
"version": "2.0.3",
"version": "2.0.4",
"description": "Check orthography plugin for Obsidian (https://obsidian.md)",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"prettier": "^2.2.1",
"rollup": "^2.32.1",
"ts-jest": "^27.1.3",
"tslib": "^2.0.3",
"tslib": "^2.0.4",
"typescript": "^4.0.3"
}
}
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"2.0.3": "0.13.23"
"2.0.4": "0.13.31"
}

0 comments on commit 18b6681

Please sign in to comment.