Skip to content

Commit

Permalink
Updated component to version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Aug 10, 2015
1 parent d8b58b9 commit 8fd35f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ This repository contains pre-compiled menu files using the default themes. This

For the latest changes please see the [Release Notes](https://github.com/Semantic-Org/UI-Menu/blob/master/RELEASE-NOTES.md)

**Special Note**
An update in `2.0.8` has fixed an issue which may have prevented some single component modules from working correctly. Please see notes in [this pull request](https://github.com/Semantic-Org/Semantic-UI/pull/2816).

If you're looking for the full version of Semantic including all components and build tools [check out the main project repository](https://github.com/Semantic-Org/Semantic-UI/tree/1.0)

#### To install with Bower
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.0.7"
"version": "2.0.8"
}
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-menu',
summary : 'Semantic UI - Menu: Single component release',
version : '2.0.7',
version : '2.0.8',
git : 'git://github.com/Semantic-Org/UI-Menu.git',
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-menu",
"version": "2.0.7",
"version": "2.0.8",
"title": "Semantic UI - Menu",
"description": "Single component release of menu",
"homepage": "http://www.semantic-ui.com",
Expand Down

0 comments on commit 8fd35f3

Please sign in to comment.