Skip to content

Commit

Permalink
Merge pull request #13 from edcarroll/develop
Browse files Browse the repository at this point in the history
v0.3.3 into Master
  • Loading branch information
edcarroll authored Sep 1, 2016
2 parents ef5861b + 3c11cc6 commit bc6e4d3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
demo/js/**/* linguist-vendored
demo/**/* linguist-vendored
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Now you're good to go!

## Dependencies

* [Angular 2](https://angular.io) (2.0.0-rc.5)
* [Angular 2](https://angular.io) (2.0.0-rc.5 **or higher**)
* [Semantic UI CSS](http://semantic-ui.com/) (jQuery is **not** required)

## Components
Expand Down
2 changes: 1 addition & 1 deletion demo/app/pages/getting-started/getting-started.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 class="ui dividing header">Installation</h2>
<p>Now you're good to go!</p>
<h2 class="ui dividing header">Dependencies</h2>
<div class="ui bulleted list">
<div class="item"><a href="https://angular.io">Angular 2</a> (2.0.0-rc.5)</div>
<div class="item"><a href="https://angular.io">Angular 2</a> (2.0.0-rc.5 <strong>or higher</strong>)</div>
<div class="item"><a href="http://semantic-ui.com/">Semantic UI CSS</a> (jQuery is <strong>not</strong> required)</div>
</div>
</div>
2 changes: 1 addition & 1 deletion ng2-semantic-ui.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './components';
export * from './components/index';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-semantic-ui",
"version": "0.3.2",
"version": "0.3.3",
"description": "Angular 2 Semantic UI Components",
"repository": {
"type": "git",
Expand Down

0 comments on commit bc6e4d3

Please sign in to comment.