Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed Feb 2, 2022
1 parent aa6ff97 commit aab1039
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add grammy-guard
### Deno

```ts
import { guard } from "https://deno.land/x/[email protected].0/mod.ts";
import { guard } from "https://deno.land/x/[email protected].1/mod.ts";
```

## Example
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grammy-guard",
"version": "0.3.0",
"version": "0.3.1",
"description": "Guard middlewares for grammY",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit aab1039

Please sign in to comment.