From 53726f097ef6213c2e1d9d7f5c4923f9b09689b0 Mon Sep 17 00:00:00 2001 From: Neil Shapiro Date: Mon, 18 Apr 2022 12:41:48 -0500 Subject: [PATCH] Bump the versions of the builder and runtime (#7) --- src/mod.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod.ts b/src/mod.ts index cd7083d..858b004 100644 --- a/src/mod.ts +++ b/src/mod.ts @@ -1,5 +1,5 @@ -export const BUILDER_TAG = "deno_slack_builder@0.0.8"; -export const RUNTIME_TAG = "deno_slack_runtime@0.0.5"; +export const BUILDER_TAG = "deno_slack_builder@0.0.9"; +export const RUNTIME_TAG = "deno_slack_runtime@0.0.6"; export const projectScripts = () => { return {