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:
parent
b879844411
commit
fe4de2f7a0
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
[](https://nodejs.org/)
|
||||
[](https://www.typescriptlang.org/)
|
||||
[](CONTRIBUTING.md)
|
||||
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
||||
[](https://www.npmjs.com/package/@soulcraft/brainy)
|
||||
|
||||
[//]: # ([](https://github.com/sodal-project/cartographer))
|
||||
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
* Do not modify this file directly.
|
||||
*/
|
||||
|
||||
export const VERSION = '0.9.10';
|
||||
export const VERSION = '0.9.11';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue