Skip to content

Commit

Permalink
bump to version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erykwalder committed Jun 29, 2023
1 parent 2146ab2 commit 8a2596a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.7.1

Fixes:

- Text selection in preview mode no longer selects too much

### version 0.7.0

New Features:
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": "quoth",
"name": "Quoth",
"version": "0.7.0",
"version": "0.7.1",
"minAppVersion": "0.13.23",
"description": "More flexible embedding. Embed precise selections, inline embeds, optionally include author and title.",
"authorUrl": "https://github.com/erykwalder/quoth",
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.7.0",
"version": "0.7.1",
"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 @@ -9,5 +9,6 @@
"0.6.0": "0.13.23",
"0.6.1": "0.13.23",
"0.6.2": "0.13.23",
"0.7.0": "1.2.0"
"0.7.0": "1.2.0",
"0.7.1": "1.2.0"
}

0 comments on commit 8a2596a

Please sign in to comment.