Skip to content

Commit

Permalink
version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sereneinserenade committed Apr 1, 2022
1 parent 8ee69ff commit 37f8540
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "placenoter",
"version": "1.0.4",
"version": "1.0.5",
"description": "New tab replaced by note taking app.",
"license": "MIT",
"repository": {
Expand Down
3 changes: 2 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"manifest_version": 3,
"name": "PlaceNoter",
"options_page": "options.html",
"offline_enabled": true,
"action": {
"default_popup": "popup.html",
"default_icon": "icon-34.png"
Expand Down Expand Up @@ -41,4 +42,4 @@
"storage",
"unlimitedStorage"
]
}
}

0 comments on commit 37f8540

Please sign in to comment.