Skip to content

Commit

Permalink
release 0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aladmit committed Jan 9, 2023
1 parent 61a6ef4 commit 626400f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Visit [CONTRIBUTING.md](./CONTRIBUTING.md) for information on building from sour

## Changelog

### 0.2.10 (2023-01-09)
* Fix bug #284 Plugin didn't start on iOS

### 0.2.9 (2023-01-05)
* Click on annotation link in markdown causes an immediate jump to annotation in PDF (Thanks to @HardwayLinka)
* Fix broken drag-and-dropped link to highlight caused by line breaks. (See issue #267, Thanks to @HardwayLinka)
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-annotator",
"name": "Annotator",
"version": "0.2.9",
"version": "0.2.10",
"minAppVersion": "1.0.3",
"description": "This is a sample plugin for Obsidian. It allows you to open and annotate PDF and EPUB files.",
"author": "Obsidian",
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-annotator",
"version": "0.2.9",
"version": "0.2.10",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
"0.2.6": "0.15.9",
"0.2.7": "1.0.3",
"0.2.8": "1.0.3",
"0.2.9": "1.0.3"
"0.2.9": "1.0.3",
"0.2.10": "1.0.3"
}

0 comments on commit 626400f

Please sign in to comment.