fix(README, src/utils): bump version to 0.9.11

- Updated `npm` shield in `README.md` to reflect the new version (v0.9.11).
- Incremented `VERSION` constant in `src/utils/version.ts` to align with the release update.

These changes ensure documentation and source files remain consistent with the latest release version.
This commit is contained in:
David Snelling 2025-06-27 14:07:39 -07:00
parent b879844411
commit fe4de2f7a0
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
* Do not modify this file directly.
*/
export const VERSION = '0.9.10';
export const VERSION = '0.9.11';