Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
freiksenet committed Sep 1, 2014
1 parent de19c32 commit 8dffe43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ reititin (finnish for 'router') is a small library to do essential routing.
In my search for a router, I couldn't find one that matches all of the following
criterias:

- does both route mathching and route reversal
- does both route matching and route reversal
- match context is passed to routing function
- handles query string
- is packaged sanely (usable from Browserify without hacks)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "reititin",
"version": "0.1.0",
"version": "0.1.1",
"author": "Mikhail <freiksenet@gmail.com> Novikov",
"description": "Sane routing library",
"keywords": ["router", "url", "route", "browser"],
Expand Down

0 comments on commit 8dffe43

Please sign in to comment.