Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Bumps version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesseanwright committed Oct 25, 2019
1 parent 4e156e9 commit 9f0dff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name = "[email protected]/reno"
description = "A thin routing library designed to sit on top of Deno's standard HTTP module"
version = "0.2.0"
version = "0.3.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
textResponse,
jsonResponse,
streamResponse,
} from 'https://raw.githubusercontent.com/jamesseanwright/reno/v0.2.0/reno/mod.ts';
} from 'https://raw.githubusercontent.com/jamesseanwright/reno/v0.3.0/reno/mod.ts';

export const routes = new RouteMap([
['/home', () => textResponse('Hello world!')],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reno",
"version": "0.2.0",
"version": "0.3.0",
"description": "A thin routing library designed to sit on top of Deno's standard HTTP module",
"main": "reno/mod.ts",
"repository": {
Expand Down

0 comments on commit 9f0dff0

Please sign in to comment.