Skip to content

Commit

Permalink
0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alangrainger committed Apr 11, 2024
1 parent a40d7e2 commit a43dc79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "share-note",
"name": "Share Note",
"version": "0.8.9",
"version": "0.8.10",
"minAppVersion": "0.15.0",
"description": "Instantly share a note, with the full theme and content exactly like you see in Reading View. Data is shared encrypted by default, and only you and the person you send it to have the key.",
"author": "Alan Grainger",
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": "share-note",
"version": "0.8.9",
"version": "0.8.10",
"description": "Instantly share a note, with the full theme and content exactly like you see in Reading View. Data is shared encrypted by default, and only you and the person you send it to have the key.",
"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 @@ -40,5 +40,6 @@
"0.8.6": "0.15.0",
"0.8.7": "0.15.0",
"0.8.8": "0.15.0",
"0.8.9": "0.15.0"
"0.8.9": "0.15.0",
"0.8.10": "0.15.0"
}

0 comments on commit a43dc79

Please sign in to comment.