From a27a50d7576b981566f213b74e6dcc55598720f0 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Sat, 23 Nov 2024 18:14:29 -0800 Subject: [PATCH] Pushed to version 0.16.5 --- src/simple-editor/state/ModelParams.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'