diff --git a/README.md b/README.md index 2c63f0b..eef9418 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ This project uses [semver](http://semver.org/). | Version | Date | Notes | | --- | --- | --- | +| `1.0.3` | 2023-09-30 | Fix readme | | `1.0.2` | 2023-09-25 | Fix output sometimes displaying `undefined` headings | | `1.0.1` | 2023-09-09 | Fix reference to global `App` instance | | `1.0.0` | 2023-08-27 | Initial version | diff --git a/manifest.json b/manifest.json index ce2b09c..1cdeea1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "automatic-table-of-contents", "name": "Automatic Table Of Contents", - "version": "1.0.2", + "version": "1.0.3", "minAppVersion": "1.3.0", "description": "Create a table of contents in a note, that updates itself when the note changes", "author": "Johan Satgé",