Skip to content

Commit

Permalink
2.0.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TfTHacker committed Apr 14, 2024
1 parent 43148a1 commit 07bb8ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2.0.0
# 2.0.3

## New

Expand All @@ -13,6 +13,7 @@

- Fixed max items that can be displayed when reviewing references.
- Block refrence counts will not show up in Export to PDF
- Improved the handling of ghost files (files that don't exist in the vault, but are linked to)

# 1.2.6 (2024-04-05)

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": "obsidian42-strange-new-worlds",
"name": "Strange New Worlds",
"version": "2.0.2",
"version": "2.0.3",
"minAppVersion": "1.5.11",
"description": "Help see how your vault is interconnected with visual indicators.",
"author": "TfTHacker",
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": "obsidian42-strange-new-worlds",
"version": "2.0.2",
"version": "2.0.3",
"description": "Revealing networked thought and the strange new worlds created by your vault",
"scripts": {
"dev": "node esbuild.config.mjs",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.2.6": "1.5.11",
"2.0.0": "1.5.11",
"2.0.1": "1.5.11",
"2.0.2": "1.5.11"
"2.0.2": "1.5.11",
"2.0.3": "1.5.11"
}

0 comments on commit 07bb8ed

Please sign in to comment.