Skip to content

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
somewebmedia committed Mar 14, 2019
1 parent e60bb40 commit 53c8f84
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/hc-offcanvas-nav.js

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

2 changes: 1 addition & 1 deletion docs/hc-offcanvas-nav.js

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

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<link rel="stylesheet" href="demo.css?ver=3.4.0">

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="hc-offcanvas-nav.js?ver=3.4.0"></script>
<script src="hc-offcanvas-nav.js?ver=3.4.1"></script>
</head>

<body>
Expand Down Expand Up @@ -173,7 +173,7 @@ <h2>jQuery plugin for creating toggled off-canvas multi-level navigations, allow
Download and docs on GitHub
</a>

<div class="ver">v<span>3.4.0</span></div>
<div class="ver">v<span>3.4.1</span></div>

<a class="toggle">
<span></span>
Expand Down
2 changes: 1 addition & 1 deletion docs/knockout.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.2/knockout-min.js"></script>
<script src="hc-offcanvas-nav.js?ver=3.4.0"></script>
<script src="hc-offcanvas-nav.js?ver=3.4.1"></script>
</head>

<body>
Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hc-offcanvas-nav",
"version": "3.4.0",
"version": "3.4.1",
"description": "jQuery plugin for creating off-canvas multi-level navigations",
"homepage": "http://somewebmedia.com/hc-offcanvas-nav",
"main": "dist/hc-offcanvas-nav.js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/hc-offcanvas-nav.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* HC Off-canvas Nav
* ===================
* Version: 3.4.0
* Version: 3.4.1
* Author: Some Web Media
* Author URL: http://somewebmedia.com
* Plugin URL: https://github.com/somewebmedia/hc-offcanvas-nav
Expand Down

0 comments on commit 53c8f84

Please sign in to comment.