diff --git a/catalog.json b/catalog.json index fb6544c..8b24fd7 100644 --- a/catalog.json +++ b/catalog.json @@ -43,7 +43,7 @@ "manifest": { "id": "memory", "name": "Memory", - "version": "2.1.1", + "version": "2.1.2", "description": "Build and retrieve an optional graph of durable facts without injecting it into every chat.", "author": "mobius-os", "license": "MIT", diff --git a/constants.js b/constants.js index 8992f3f..8c52f50 100644 --- a/constants.js +++ b/constants.js @@ -212,7 +212,7 @@ export const CATALOG_URL = // newer than what's running, offer a one-tap update (the same install // transaction every other app uses) followed by a reload so the freshly-patched // code loads. -export const STORE_VERSION = '1.13.7' +export const STORE_VERSION = '1.13.8' export const STORE_SELF = { manifest_url: 'https://raw.githubusercontent.com/mobius-os/app-store/main/mobius.json', raw_base: 'https://raw.githubusercontent.com/mobius-os/app-store/main/', diff --git a/manifest-snapshots.js b/manifest-snapshots.js index 5d462c7..92c028c 100644 --- a/manifest-snapshots.js +++ b/manifest-snapshots.js @@ -4,7 +4,7 @@ export const MANIFEST_SNAPSHOTS = { "memory": { "id": "memory", "name": "Memory", - "version": "2.1.1", + "version": "2.1.2", "description": "Build and retrieve an optional graph of durable facts without injecting it into every chat.", "author": "mobius-os", "license": "MIT", diff --git a/mobius.json b/mobius.json index 9a57fdb..1e14ab3 100644 --- a/mobius.json +++ b/mobius.json @@ -1,7 +1,7 @@ { "id": "store", "name": "App Store", - "version": "1.13.7", + "version": "1.13.8", "description": "Discover, install, and update M\u00f6bius apps.", "author": "mobius-os", "license": "MIT",