diff --git a/README.md b/README.md index b681748..cbe1f7a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ This extension essentially has four parts accomplishing different facets of AA/L
The dev plan and event log: + * [ ] Release v1.10. * [ ] Create an infrastructure around the codebase of the extension, introduce unit tests, look into CI. * [ ] Support for Mozilla FF. Same extension. Cross-browsers. Seems like mostly only background will have to be reimplemented, but many APIs may be off. We'll see. diff --git a/manifest.json b/manifest.json index 7051f15..9b5452a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Universal Adobe Debugger", "description": "A universal debugger for Adobe Analytics/AEP products for analysts and developers alike. A spiritual successor of AAD, Switch, AEPD.", - "version": "1.09.01", + "version": "1.09.50", "action": { "default_popup": "main.html", "default_icon": "debuggerFavicon 16-3.png"