Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Sep 7, 2021
1 parent de0e6c2 commit 75dff78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ const Url = module.exports = {
this._updateAll(window.location.pathname + window.location.hash, push || false, trigger || false);
}

, version: "2.6.1"
, version: "2.6.2"
};

Url.current_location = Url.getLocation(true)
2 changes: 1 addition & 1 deletion package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
{
"code": {
"language": "html",
"content": "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/urljs/2.6.1/url.min.js\"></script>"
"content": "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/urljs/2.6.2/url.min.js\"></script>"
}
},
{
Expand All @@ -73,7 +73,7 @@
"content": [
"<script src=\"path/to/url.js\"></script>",
"<!-- or use the cdn",
"<script src=\"https://cdnjs.cloudflare.com/ajax/libs/urljs/2.6.1/url.min.js\"></script>",
"<script src=\"https://cdnjs.cloudflare.com/ajax/libs/urljs/2.6.2/url.min.js\"></script>",
"-->",
"<script>",
" Url.updateSearchParam(\"answer\", 42);",
Expand All @@ -89,4 +89,4 @@
}
]
}
}
}

0 comments on commit 75dff78

Please sign in to comment.