Skip to content

Commit 626400f

Browse files
committed
release 0.2.10
1 parent 61a6ef4 commit 626400f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ Visit [CONTRIBUTING.md](./CONTRIBUTING.md) for information on building from sour
6464

6565
## Changelog
6666

67+
### 0.2.10 (2023-01-09)
68+
* Fix bug #284 Plugin didn't start on iOS
69+
6770
### 0.2.9 (2023-01-05)
6871
* Click on annotation link in markdown causes an immediate jump to annotation in PDF (Thanks to @HardwayLinka)
6972
* Fix broken drag-and-dropped link to highlight caused by line breaks. (See issue #267, Thanks to @HardwayLinka)

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-annotator",
33
"name": "Annotator",
4-
"version": "0.2.9",
4+
"version": "0.2.10",
55
"minAppVersion": "1.0.3",
66
"description": "This is a sample plugin for Obsidian. It allows you to open and annotate PDF and EPUB files.",
77
"author": "Obsidian",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-annotator",
3-
"version": "0.2.9",
3+
"version": "0.2.10",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@
2323
"0.2.6": "0.15.9",
2424
"0.2.7": "1.0.3",
2525
"0.2.8": "1.0.3",
26-
"0.2.9": "1.0.3"
26+
"0.2.9": "1.0.3",
27+
"0.2.10": "1.0.3"
2728
}

0 commit comments

Comments
 (0)