Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.

Commit

Permalink
v1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Sep 8, 2018
1 parent af5cdc7 commit c9ac180
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

<p>
<a href="http://travis-ci.org/SundownDEV/router.js"><img src="https://api.travis-ci.org/SundownDEV/router.js.svg?branch=master" alt="Build Status"></a>
<a href="#"><img src="https://img.shields.io/badge/version-1.6.1-brightgreen.svg?style=flat" alt="Version"></a>
<a href="#"><img src="https://img.shields.io/badge/version-1.5.8-green.svg?style=flat" alt="Version"></a>
<a href="#"><img src="https://img.shields.io/packagist/l/doctrine/orm.svg?style=flat" alt="License"></a>
<a href="#"><img src="https://img.shields.io/badge/size-8.0kb-brightgreen.svg?style=flat" alt="Size"></a>
<a href="#"><img src="https://img.shields.io/badge/size%20minified-4.0kb-brightgreen.svg?style=flat" alt="Size minified"></a>
</p>

Simple client based router. You don't need node, this is a entirely front based for simple html pages. You can use it on GitHub pages for documentation, portfolio ...
Simple client sided router. You don't need node, you can use it in static html pages for documentation, personal website etc.

## Features

Expand Down
2 changes: 1 addition & 1 deletion dist/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Router.js
*
* @author SundownDEV https://github.com/SundownDEV
* @version 1.6.1
* @version 1.5.8
* @description Simple front based mono-page router
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Router.js
*
* @author SundownDEV https://github.com/SundownDEV
* @version 1.6.1
* @version 1.5.8
* @description Simple front based mono-page router
* @license MIT
*/
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": "@sundowndev/router.js",
"version": "1.6.1",
"version": "1.5.8",
"description": "Simple client sided Javascript routing library.",
"main": "lib/router.js",
"directories": {
Expand Down

0 comments on commit c9ac180

Please sign in to comment.