diff --git a/README.md b/README.md index c14c5f6..cb93fe4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - Handle `lightning:` links; - ["Generate invoice here"](https://youtu.be/wzkxxz5FsJo) context menu; - Manual payments and invoice creation; +- Instant notifications on received payments; - No window popups, all interactions happen in the `browserAction` popup.
diff --git a/static/manifest.json b/static/manifest.json index cfc06ae..cb25c3d 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -9,7 +9,7 @@ "manifest_version": 2, "name": "kWh", "description": "Send and receive Lightning payments in the browser with c-lightning, Eclair or Ptarmigan.", - "version": "0.5.1", + "version": "0.5.2", "author": "fiatjaf", "icons": { "16": "icon16.png",