diff --git a/src/simple-editor/state/ModelParams.ts b/src/simple-editor/state/ModelParams.ts index 0a32e04..6b45ae1 100644 --- a/src/simple-editor/state/ModelParams.ts +++ b/src/simple-editor/state/ModelParams.ts @@ -1,5 +1,5 @@ -const TRUSTGRAPH_VERSION = "0.16.3"; +const TRUSTGRAPH_VERSION = "0.16.5"; import { create } from 'zustand'