diff --git a/README.md b/README.md index 1b93381..f44a30d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A TypeScript/JavaScript library for building dynamic, LLM-driven workflows using a region-based execution model. -![workflow_function_manifold.png](workflow_function_manifold.png) +![workflow_function_manifold.png](https://github.com/seemueller-io/manifold-workflow-engine/blob/main/workflow_function_manifold.png?raw=true) ![License: MIT](https://img.shields.io/badge/License-MIT-green.svg) diff --git a/package.json b/package.json index 3b6714c..5390a9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "manifold-workflow-engine", - "version": "2.0.3", + "version": "2.0.4", "author": "seemueller-io", "type": "module", "description": "for building dynamic, LLM-driven workflows using a region-based execution model",