Skip to content

Commit bf80288

Browse files
author
Forbes Lindesay
committed
Release 1.0.1
1 parent 67d8908 commit bf80288

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "path",
33
"repo": "microjs/path",
44
"description": "Simple, lightweight routing for web browsers",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"keywords": [
77
"util",
88
"routing"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "path",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "PathJS is a lightweight, client-side routing library that allows you to create \"single page\" applications using Hashbangs and/or HTML5 pushState.",
55
"scripts": {
66
"test": "phantomjs --version && mocha-phantomjs http://localhost:3000/tests/hash-change.html",

0 commit comments

Comments
 (0)