Skip to content

Commit 703ef29

Browse files
author
FrDH
committed
widescreen css bugfix
1 parent e2f37b5 commit 703ef29

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jQuery.mmenu",
33
"main": "src/js/jquery.mmenu.js",
4-
"version": "4.2.5",
4+
"version": "4.2.6",
55
"homepage": "http://mmenu.frebsite.nl/",
66
"authors": [
77
"Fred Heusschen <info@frebsite.nl>"

mmenu.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mmenu",
3-
"version": "4.2.5",
3+
"version": "4.2.6",
44
"title": "jQuery mmenu",
55
"description": "A jQuery plugin that creates slick app look-alike sliding menus for your (mobile) website with horizontal or vertical submenus. It's easy to customize and has options for headers, labels, counters, a searchfield and more.",
66
"homepage": "http://mmenu.frebsite.nl",

src/js/jquery.mmenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jQuery mmenu v4.2.5
2+
* jQuery mmenu v4.2.6
33
* @requires jQuery 1.7.0 or later
44
*
55
* mmenu.frebsite.nl
@@ -16,7 +16,7 @@
1616
(function( $ ) {
1717

1818
var _PLUGIN_ = 'mmenu',
19-
_VERSION_ = '4.2.5';
19+
_VERSION_ = '4.2.6';
2020

2121

2222
// Plugin already excists

0 commit comments

Comments
 (0)