Skip to content

Commit

Permalink
Bumped version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edcarroll committed Apr 8, 2016
1 parent 19dd0ab commit ea9ebee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/app/components/accordion.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {Component} from 'angular2/core';

import {PageTitle} from "../internal/page-title.component";
import {Example} from './../internal/example.component'
import {Api} from './../internal/Api.component'
import {Api} from './../internal/api.component'

import {ACCORDION_EXAMPLES} from "./accordion/accordion.examples";

Expand Down
4 changes: 2 additions & 2 deletions demo/app/components/test.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import {Component} from 'angular2/core';

import {PageTitle} from "../internal/page-title.component";

import {CHECKBOX_DIRECTIVES} from '../../../components/checkbox';
// import {CHECKBOX_DIRECTIVES} from '../../../components/checkbox';

@Component({
selector: 'test-component-page',
directives: [PageTitle, CHECKBOX_DIRECTIVES],
directives: [PageTitle],
template: `
<page-title>
<div header>Test</div>
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": "ng2-semantic-ui",
"version": "0.1.0",
"version": "0.1.1",
"description": "Angular 2 Semantic UI Components",
"scripts": {
"typings": "typings install",
Expand Down

0 comments on commit ea9ebee

Please sign in to comment.