From fe4de2f7a00b3f1ec1dd0edd2deb434d510096c2 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Fri, 27 Jun 2025 14:07:39 -0700 Subject: [PATCH] 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. --- README.md | 2 +- src/utils/version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d7bcfa5..b825d643 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Node.js](https://img.shields.io/badge/node-%3E%3D23.11.0-brightgreen.svg)](https://nodejs.org/) [![TypeScript](https://img.shields.io/badge/TypeScript-5.1.6-blue.svg)](https://www.typescriptlang.org/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md) -[![npm](https://img.shields.io/badge/npm-v0.9.10-blue.svg)](https://www.npmjs.com/package/@soulcraft/brainy) +[![npm](https://img.shields.io/badge/npm-v0.9.11-blue.svg)](https://www.npmjs.com/package/@soulcraft/brainy) [//]: # ([![Cartographer](https://img.shields.io/badge/Cartographer-Official%20Standard-brightgreen)](https://github.com/sodal-project/cartographer)) diff --git a/src/utils/version.ts b/src/utils/version.ts index 2a5fc5f6..eafc5011 100644 --- a/src/utils/version.ts +++ b/src/utils/version.ts @@ -3,4 +3,4 @@ * Do not modify this file directly. */ -export const VERSION = '0.9.10'; +export const VERSION = '0.9.11';