Skip to content

Commit

Permalink
Version bump (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirone authored Feb 17, 2023
1 parent 40b433d commit 31fc05b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export const DENO_SLACK_HOOKS = "deno_slack_hooks";
export const DENO_SLACK_RUNTIME = "deno_slack_runtime";

export const VERSIONS = {
[DENO_SLACK_BUILDER]: "0.2.1",
[DENO_SLACK_RUNTIME]: "0.5.1",
[DENO_SLACK_BUILDER]: "0.2.2",
[DENO_SLACK_RUNTIME]: "0.5.2",
[DENO_SLACK_HOOKS]: hooksVersion,
};

Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VERSION = "0.9.2";
const VERSION = "0.9.3";
export default VERSION;

if (import.meta.main) {
Expand Down

0 comments on commit 31fc05b

Please sign in to comment.