From fa69950558c37a971db35cd6f69f0b2319cea84b Mon Sep 17 00:00:00 2001 From: Esteban Marin Date: Thu, 28 Feb 2019 18:25:44 +0100 Subject: [PATCH] update version --- package.json | 2 +- src/app/mat-select-search/ngx-mat-select-search.module.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 663b650..4c3be2c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/app/mat-select-search/ngx-mat-select-search.module.ts b/src/app/mat-select-search/ngx-mat-select-search.module.ts index 54a91e1..5e86a2f 100755 --- a/src/app/mat-select-search/ngx-mat-select-search.module.ts +++ b/src/app/mat-select-search/ngx-mat-select-search.module.ts @@ -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({