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

Commit 47e03de

Browse files
committed
Bump version number
and fix out of sync version number in flexmenu.min.js.
1 parent 9f2bb5c commit 47e03de

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# flexMenu 1.6
1+
# flexMenu 1.6.1
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/)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flexmenu",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"homepage": "https://github.com/352Media/flexMenu",
55
"authors": [
66
"Ryan DeBeasi <[email protected]>"

flexmenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* jQuery.flexMenu 1.6
1+
/* jQuery.flexMenu 1.6.1
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). */

flexmenu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rdebeasi/flexmenu",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
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)