diff --git a/README.md b/README.md index 189403fc3..8e2ff3a29 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The current list of available components with links to their docs is below: * [Dropdown](http://edcarroll.github.io/ng2-semantic-ui/#/components/dropdown) * [Progress](http://edcarroll.github.io/ng2-semantic-ui/#/components/progress) * [Message](http://edcarroll.github.io/ng2-semantic-ui/#/components/message) +* [Tab](http://edcarroll.github.io/ng2-semantic-ui/#/components/tab) ## Quick start (from scratch) diff --git a/package.json b/package.json index 974ae002c..6859f842e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-semantic-ui", - "version": "0.1.4", + "version": "0.1.5", "description": "Angular 2 Semantic UI Components", "scripts": { "typings": "typings install",