Skip to content

Commit 61bd0c0

Browse files
committed
Update package to 1.3.0 to better highlight potential breaking changes.
1 parent cedf636 commit 61bd0c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ The customisation capabilities are reduced by using a CDN, however you should st
4343

4444
```html
4545
<!-- Latest compiled CSS. To be placed in the <head> above over stylesheets. -->
46-
<link href="https://cdn.jsdelivr.net/npm/quickmenu@1.2.2/dist/css/quickmenu.min.css" rel="stylesheet" integrity="sha384-cgCuPlQWxTOydBb7K003NbZr2kylNPA7Mx7YMYtQPKu/co0fkW9E1mPMmqy2xJ/8" crossorigin="anonymous">
46+
<link href="https://cdn.jsdelivr.net/npm/quickmenu@1.3.0/dist/css/quickmenu.min.css" rel="stylesheet" integrity="sha384-cgCuPlQWxTOydBb7K003NbZr2kylNPA7Mx7YMYtQPKu/co0fkW9E1mPMmqy2xJ/8" crossorigin="anonymous">
4747

4848
<!-- Latest compiled JS. To be placed before the closing <body> tag above over scripts. -->
49-
<script src="https://cdn.jsdelivr.net/npm/quickmenu@1.2.2/dist/js/quickmenu.min.js" integrity="sha384-J+7UVhxvYUPTb1N2qLj0dvniUcy8M1Ssxsic1xFI31naqNI4KlXP+r4D5eLVxhgg" crossorigin="anonymous"></script>
49+
<script src="https://cdn.jsdelivr.net/npm/quickmenu@1.3.0/dist/js/quickmenu.min.js" integrity="sha384-J+7UVhxvYUPTb1N2qLj0dvniUcy8M1Ssxsic1xFI31naqNI4KlXP+r4D5eLVxhgg" crossorigin="anonymous"></script>
5050
```
5151

5252
We recommend placing the stylesheet before any of your own custom stylesheets, which will ensure your customisations take precedence where possible. Similarly, it's required to place the script before any of your own custom scripts too.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickmenu",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "The new era of mobile navigation for the web, we're out of hamburgers.",
55
"main": "dist/js/quickmenu.min.js",
66
"module": "dist/js/quickmenu.es.min.js",

0 commit comments

Comments
 (0)