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

Commit e32bd35

Browse files
committed
Bump version number; update minified version
1 parent 4613043 commit e32bd35

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# flexMenu 1.4
1+
# flexMenu 1.5
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: bower.json

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

Diff for: flexmenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* jQuery.flexMenu 1.4.2
1+
/* jQuery.flexMenu 1.5
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

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

0 commit comments

Comments
 (0)