This commit is contained in:
Siddharth Kumar Sah
2026-04-10 23:02:47 +08:00
9 changed files with 37 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@stirling-image/shared",
"version": "1.13.0",
"version": "1.14.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -378,7 +378,7 @@ export const SOCIAL_MEDIA_PRESETS: SocialMediaPreset[] = [
{ platform: "Threads", name: "Post Image", width: 1080, height: 1080 },
];
export const APP_VERSION = "1.13.0";
export const APP_VERSION = "1.14.0";
/**
* Tool IDs that require the Python sidecar (AI/ML tools).