Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

Commit aad03fc

Browse files
committed
Bump version
1 parent 47e03de commit aad03fc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# flexMenu 1.6.1
1+
# flexMenu 1.6.2
22
flexMenu is a jQuery plugin that lets you create responsive menus that automatically collapse into a "more" drop-down when they run out of space. When there's only space to display one or two items, all the items collapse into a "menu" drop-down.
33

44
[Demo](http://352media.github.com/flexMenu/)

Diff for: flexmenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* jQuery.flexMenu 1.6.1
1+
/* jQuery.flexMenu 1.6.2
22
https://github.com/352Media/flexMenu
33
Description: If a list is too long for all items to fit on one line, display a popup menu instead.
44
Dependencies: jQuery, Modernizr (optional). Without Modernizr, the menu can only be shown on click (not hover). */

Diff for: flexmenu.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rdebeasi/flexmenu",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"description": "FlexMenu lets you create menu bars that automatically collapse into a drop-down to fit the space available.",
55
"main": "flexmenu.js",
66
"repository": "https://github.com/352Media/flexMenu.git",

0 commit comments

Comments
 (0)