Skip to content

Commit

Permalink
chore: bump runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Aug 2, 2024
1 parent bcd3584 commit f95f393
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.1",
[DENO_SLACK_RUNTIME]: "1.1.2",
[DENO_SLACK_HOOKS]: hooksVersion,
};

Expand Down

0 comments on commit f95f393

Please sign in to comment.