Skip to content

Commit

Permalink
version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Apr 25, 2024
1 parent c92aa8a commit ff5562f
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 141 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Open the source file `supabase/functions/hello-world/index.ts` and replace it wi
import {
SlackApp,
SlackEdgeAppEnv,
} from "https://deno.land/x/slack_edge@0.11.0/mod.ts";
} from "https://deno.land/x/slack_edge@0.12.0/mod.ts";

const app = new SlackApp<SlackEdgeAppEnv>({
env: {
Expand Down
Loading

0 comments on commit ff5562f

Please sign in to comment.