Skip to content

Commit

Permalink
Merge pull request #52 from syumai/release-0.8.3
Browse files Browse the repository at this point in the history
Release 0.8.3
  • Loading branch information
syumai authored Feb 23, 2020
2 parents d94b0c5 + ee24146 commit 4bf03d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Setup Deno environment
uses: denolib/setup-deno@v1.1.0
uses: denolib/setup-deno@v1.2.0
- name: Run tests
run: make test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
get,
post,
contentType,
} from 'https://denopkg.com/syumai/dinatra/mod.ts';
} from 'https://denopkg.com/syumai/dinatra@0.8.3/mod.ts';

app(
get('/hello', () => 'hello'),
Expand Down

0 comments on commit 4bf03d4

Please sign in to comment.