Skip to content

Commit

Permalink
Stable release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsogos committed Oct 22, 2015
1 parent 4bb67ef commit 8e41b35
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Hash-Router #

[![GitHub version](https://badge.fury.io/gh/michaelsogos%2Fhash-router.svg)](https://badge.fury.io/gh/michaelsogos%2Fhash-router)

Tiny and lightweight browser router library, developed with SPA in mind :)


Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"authors": [
"Michael Sogos <[email protected]>"
],
"version": "1.1",
"version": "1.1.0",
"description": "Tiny and lightweight browser router library, developed with SPA in mind :)",
"main": [ "src/hash-router.js", "src/hash-router.min.js", "src/hash-router.min.js.map" ],
"moduleType": [ ],
"moduleType": [ "globals" ],
"keywords": [
"hash",
"router",
Expand Down
9 changes: 9 additions & 0 deletions bundleconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"outputFileName": "src/hash-router.js",
"inputFiles": [
"src/hash-router.js"
],
"sourceMap": true
}
]
2 changes: 1 addition & 1 deletion src/hash-router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* hash-router v1.1
* hash-router v1.1.0
* https://github.com/michaelsogos/Hash-Router
*
* Developed by Michael Sogos
Expand Down
8 changes: 3 additions & 5 deletions src/hash-router.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/hash-router.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e41b35

Please sign in to comment.