Skip to content

Commit

Permalink
Version bump to release
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Sep 2, 2022
1 parent 869f0ce commit b498fe3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/dom-router.cjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2022 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 5.1.0
* @version 5.1.1
*/
'use strict';Object.defineProperty(exports,'__esModule',{value:true});const cssCurrent = "dr-current";
const cssHidden = "dr-hidden";
Expand Down
2 changes: 1 addition & 1 deletion dist/dom-router.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2022 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 5.1.0
* @version 5.1.1
*/
const cssCurrent = "dr-current";
const cssHidden = "dr-hidden";
Expand Down
2 changes: 1 addition & 1 deletion dist/dom-router.esm.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 dist/dom-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2022 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 5.1.0
* @version 5.1.1
*/
(function(g,f){typeof exports==='object'&&typeof module!=='undefined'?f(exports):typeof define==='function'&&define.amd?define(['exports'],f):(g=typeof globalThis!=='undefined'?globalThis:g||self,f(g.domRouter={}));})(this,(function(exports){'use strict';const cssCurrent = "dr-current";
const cssHidden = "dr-hidden";
Expand Down
2 changes: 1 addition & 1 deletion dist/dom-router.min.js

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

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dom-router",
"description": "URL hash DOM router",
"version": "5.1.0",
"version": "5.1.1",
"homepage": "https://github.com/avoidwork/dom-router",
"author": "Jason Mulligan <jason.mulligan@avoidwork.com>",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion tests/specs/basic/www/dom-router.js

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

0 comments on commit b498fe3

Please sign in to comment.