Skip to content

Commit

Permalink
changelog syntax in readme...
Browse files Browse the repository at this point in the history
  • Loading branch information
cthae committed Sep 3, 2024
1 parent d2a4858 commit 2dbd01a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ This extension essentially has four parts accomplishing different facets of AA/L
<details>

<summary>The dev plan and event log:</summary>

* [ ] 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.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2dbd01a

Please sign in to comment.