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

Commit

Permalink
Bump version number; update minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebeasi committed Jan 18, 2018
1 parent 4613043 commit e32bd35
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flexMenu 1.4
# flexMenu 1.5
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.

[Demo](http://352media.github.com/flexMenu/)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexmenu",
"version": "1.4.2",
"version": "1.5.0",
"homepage": "https://github.com/352Media/flexMenu",
"authors": [
"Ryan DeBeasi <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion flexmenu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jQuery.flexMenu 1.4.2
/* jQuery.flexMenu 1.5
https://github.com/352Media/flexMenu
Description: If a list is too long for all items to fit on one line, display a popup menu instead.
Dependencies: jQuery, Modernizr (optional). Without Modernizr, the menu can only be shown on click (not hover). */
Expand Down
4 changes: 2 additions & 2 deletions flexmenu.min.js

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

0 comments on commit e32bd35

Please sign in to comment.