Skip to content

Commit

Permalink
v1.0.9-beta
Browse files Browse the repository at this point in the history
- Adds Omnibox profile search
- Fixes edit NFT settings button
- Moves publication ID polling to background worker
- Shows system notification when posts are published
  • Loading branch information
iPaulPro committed Feb 26, 2023
1 parent 3bf5af4 commit 88ed809
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"manifest_version": 3,
"name": "Focalize - Post on Lens Protocol",
"short_name": "Focalize",
"version": "1.0.8",
"version_name": "1.0.8-beta",
"version": "1.0.9",
"version_name": "1.0.9-beta",
"description": "Extension for Publishing on Lens Protocol",
"permissions": [
"activeTab",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "focalize",
"private": true,
"version": "1.0.8",
"version": "1.0.9",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 88ed809

Please sign in to comment.