Skip to content

Commit

Permalink
⬆️ 2.6.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Sep 7, 2021
1 parent 56541b2 commit de0e6c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urljs",
"version": "2.6.1",
"version": "2.6.2",
"description": "A lightweight JavaScript library to manipulate the page url.",
"main": "lib/index.js",
"directories": {
Expand Down Expand Up @@ -61,7 +61,7 @@
{
"code": {
"language": "html",
"content": "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/urljs/1.2.0/url.min.js\"></script>"
"content": "<script src=\"https://cdnjs.cloudflare.com/ajax/libs/urljs/2.6.1/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/1.2.0/url.min.js\"></script>",
"<script src=\"https://cdnjs.cloudflare.com/ajax/libs/urljs/2.6.1/url.min.js\"></script>",
"-->",
"<script>",
" Url.updateSearchParam(\"answer\", 42);",
Expand All @@ -89,4 +89,4 @@
}
]
}
}
}

0 comments on commit de0e6c2

Please sign in to comment.