Skip to content

Commit

Permalink
Bumping deno-slack-runtime dependency (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil Maj authored Dec 5, 2023
1 parent ac0bbde commit b9ed6c7
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 @@ -6,7 +6,7 @@ export const DENO_SLACK_HOOKS = "deno_slack_hooks";
export const DENO_SLACK_RUNTIME = "deno_slack_runtime";

export const VERSIONS = {
[DENO_SLACK_RUNTIME]: "1.1.0",
[DENO_SLACK_RUNTIME]: "1.1.1",
[DENO_SLACK_HOOKS]: hooksVersion,
};

Expand Down

0 comments on commit b9ed6c7

Please sign in to comment.