From e7d283e95b57267a552a8fd07414a40dcd16b472 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:14:23 -0800 Subject: [PATCH] Push to release 0.16.8 --- 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 6b45ae1..775a9f0 100644 --- a/src/simple-editor/state/ModelParams.ts +++ b/src/simple-editor/state/ModelParams.ts @@ -1,5 +1,5 @@ -const TRUSTGRAPH_VERSION = "0.16.5"; +const TRUSTGRAPH_VERSION = "0.16.8"; import { create } from 'zustand'