Skip to content

Commit

Permalink
Merge pull request #42 from syumai/release-0.9.4
Browse files Browse the repository at this point in the history
Release 0.9.4
  • Loading branch information
syumai authored Jul 5, 2020
2 parents 4645b00 + 62f42ee commit ee8a88f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import { serve } from "./vendor/https/deno.land/std/http/server.ts";
## Install

```sh
deno install --allow-read --allow-write --allow-net -f -n dem https://deno.land/x/[email protected].3/cmd.ts
deno install --allow-read --allow-write --allow-net -f -n dem https://deno.land/x/[email protected].4/cmd.ts
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "0.9.3";
export const version = "0.9.4";

0 comments on commit ee8a88f

Please sign in to comment.