From 7baa59114b4aa867548f03ab14f321e62b3485d4 Mon Sep 17 00:00:00 2001 From: Tak Wai Wong <64229756+tak-hntlabs@users.noreply.github.com> Date: Wed, 28 Dec 2022 12:26:42 -0800 Subject: [PATCH] update dendrite ver to 1.0.35 (#1148) workaround a hardcoded logic in github action that auto-bumps the version. See https://linear.app/hnt-labs/issue/HNT-548/github-action-that-auto-bump-dendrite-version-blocked-deployment --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c325fb3e..e0787211f 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,4 @@ { "name": "@herenotthere/dendrite-monolith", - "version": "1.0.36" + "version": "1.0.35" }