Skip to content

Commit

Permalink
bump to version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erykwalder committed Feb 4, 2022
1 parent 79e7312 commit 8e4eefe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### version 0.6.2

Fixes:

- Loading plugin on mobile (iOS) due to unsupported regular expression.

### version 0.6.1

Fixes:
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"id": "quoth",
"name": "Quoth",
"version": "0.6.1",
"minAppVersion": "0.12.9",
"version": "0.6.2",
"minAppVersion": "0.13.23",
"description": "More flexible embedding. Embed precise selections, inline embeds, optionally include author and title.",
"authorUrl": "https://github.com/erykwalder/quoth",
"isDesktopOnly": false
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": "quoth",
"version": "0.6.1",
"version": "0.6.2",
"description": "Obsidian Embed Plugin",
"main": "main.js",
"repository": "https://github.com/erykwalder/quoth",
Expand Down
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"0.4.0": "0.12.19",
"0.5.0": "0.12.19",
"0.6.0": "0.13.23",
"0.6.1": "0.13.23"
"0.6.1": "0.13.23",
"0.6.2": "0.13.23"
}

0 comments on commit 8e4eefe

Please sign in to comment.