Skip to content

Commit

Permalink
Merge pull request #44 from uki00a/release-0.9.5
Browse files Browse the repository at this point in the history
Release 0.9.5
  • Loading branch information
uki00a committed Jul 13, 2020
2 parents d32eb6e + 6a59b5f commit e30bb55
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].4/cmd.ts
deno install --allow-read --allow-write --allow-net -f -n dem https://deno.land/x/[email protected].5/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.4";
export const version = "0.9.5";

0 comments on commit e30bb55

Please sign in to comment.