diff --git a/CHANGELOG.md b/CHANGELOG.md index 162268c..04e1e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.2.0 +## 2.3.0 ### New Features diff --git a/index.js b/index.js index 8075bd4..39475bc 100644 --- a/index.js +++ b/index.js @@ -61,7 +61,7 @@ import { createMemoryEditor } from './editor.js'; import { runChunkedConsolidation } from './consolidation.js'; const MODULE_NAME = 'charMemory'; -const MODULE_VERSION = '2.2.0'; +const MODULE_VERSION = '2.3.0'; const DEFAULT_FILE_NAME = 'char-memories.md'; const LOG_PREFIX = '[CharMemory]'; diff --git a/manifest.json b/manifest.json index ba6ed07..1823ec0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "js": "index.js", "css": "style.css", "author": "bal-spec", - "version": "2.2.0", + "version": "2.3.0", "homePage": "https://github.com/bal-spec/sillytavern-character-memory", "auto_update": true, "i18n": {