Skip to content

Commit

Permalink
Update libraries.ts to reference to latest dependencies (#19)
Browse files Browse the repository at this point in the history
* Update libraries.ts to reference to latest dependencies

Update libraries.ts to reference to latest dependencies for release (June 10th, 2022)

* Update version.ts

Bump the release version to 0.0.10
  • Loading branch information
cchensh authored Jun 10, 2022
1 parent cbb1766 commit 31173b3
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.0.12",
[DENO_SLACK_RUNTIME]: "0.0.6",
[DENO_SLACK_BUILDER]: "0.0.13",
[DENO_SLACK_RUNTIME]: "0.0.7",
[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.0.9";
const VERSION = "0.0.10";
export default VERSION;

if (import.meta.main) {
Expand Down

0 comments on commit 31173b3

Please sign in to comment.