Skip to content

Commit

Permalink
Bump version and rebuild dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber623 committed Jun 16, 2022
1 parent 59e50d5 commit 7d4e454
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/routerrouter.js
@@ -1,11 +1,11 @@
/*!
* RouterRouter v3.0.0
* RouterRouter v3.0.1
*
* A very small JavaScript routing library extracted from Backbone’s Router.
*
* Source code available at: https://github.com/jgarber623/RouterRouter
*
* (c) 2013-present Jason Garber (http://sixtwothree.org)
* (c) 2013-present Jason Garber (https://sixtwothree.org)
*
* RouterRouter may be freely distributed under the MIT license.
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/routerrouter.min.js
@@ -1,11 +1,11 @@
/*!
* RouterRouter v3.0.0
* RouterRouter v3.0.1
*
* A very small JavaScript routing library extracted from Backbone’s Router.
*
* Source code available at: https://github.com/jgarber623/RouterRouter
*
* (c) 2013-present Jason Garber (http://sixtwothree.org)
* (c) 2013-present Jason Garber (https://sixtwothree.org)
*
* RouterRouter may be freely distributed under the MIT license.
*/
Expand Down
4 changes: 2 additions & 2 deletions dist/routerrouter.mjs
@@ -1,11 +1,11 @@
/*!
* RouterRouter v3.0.0
* RouterRouter v3.0.1
*
* A very small JavaScript routing library extracted from Backbone’s Router.
*
* Source code available at: https://github.com/jgarber623/RouterRouter
*
* (c) 2013-present Jason Garber (http://sixtwothree.org)
* (c) 2013-present Jason Garber (https://sixtwothree.org)
*
* RouterRouter may be freely distributed under the MIT license.
*/
Expand Down
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.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@jgarber/routerrouter",
"version": "3.0.0",
"version": "3.0.1",
"description": "A very small JavaScript routing library extracted from Backbone’s Router.",
"keywords": [
"backbone",
Expand All @@ -13,7 +13,7 @@
"author": {
"name": "Jason Garber",
"email": "jason@sixtwothree.org",
"url": "http://sixtwothree.org"
"url": "https://sixtwothree.org"
},
"files": [
"dist"
Expand Down

0 comments on commit 7d4e454

Please sign in to comment.