Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down
2 changes: 1 addition & 1 deletion manifest-snapshots.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mobius.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading