Skip to content

Commit

Permalink
Merge pull request #110 from bithost-gmbh/update-version
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
macjohnny authored Feb 28, 2019
2 parents fa670ac + fa69950 commit fbb8aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-mat-select-search",
"description": "Library that provides an angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"description": "Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.",
"version": "1.5.3",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/mat-select-search/ngx-mat-select-search.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { MatButtonModule, MatInputModule, MatIconModule } from '@angular/materia
import { CommonModule } from '@angular/common';
import { MatSelectSearchClearDirective } from './mat-select-search-clear.directive';

export const MatSelectSearchVersion = '1.5.0';
export const MatSelectSearchVersion = '1.5.3';


@NgModule({
Expand Down

0 comments on commit fbb8aeb

Please sign in to comment.