Skip to content

Commit

Permalink
updating deno-slack-runtime to 0.2.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained authored Aug 30, 2022
1 parent 4a6894a commit 93a8e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const DENO_SLACK_RUNTIME = "deno_slack_runtime";

export const VERSIONS = {
[DENO_SLACK_BUILDER]: "0.1.0",
[DENO_SLACK_RUNTIME]: "0.1.0",
[DENO_SLACK_RUNTIME]: "0.2.0",
[DENO_SLACK_HOOKS]: hooksVersion,
};

Expand Down

0 comments on commit 93a8e9e

Please sign in to comment.