diff --git a/README.md b/README.md index 0414bd2..34a38b8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Demo Sites: - [ngx-plug-n-play.netlify.com](https://ngx-plug-n-play.netlify.com) - [Stackblitz Demo](https://stackblitz.com/edit/ngx-plug-n-play-demo) +> In both of these example apps, we used Bootstrap to make it look nice. However, this library does not require the use of Bootstrap or any other UI framework or requirements. You can use your own styles on all the elements. + ## Installation ```bash diff --git a/package.json b/package.json index 3af29cf..a4ca3ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.5", + "version": "1.0.6", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-plug-n-play-lib/README.md b/projects/ngx-plug-n-play-lib/README.md index 986b22b..d6e512e 100644 --- a/projects/ngx-plug-n-play-lib/README.md +++ b/projects/ngx-plug-n-play-lib/README.md @@ -7,6 +7,8 @@ Demo Sites: - [ngx-plug-n-play.netlify.com](https://ngx-plug-n-play.netlify.com) - [Stackblitz Demo](https://stackblitz.com/edit/ngx-plug-n-play-demo) +> In both of these example apps, we used Bootstrap to make it look nice. However, this library does not require the use of Bootstrap or any other UI framework or requirements. You can use your own styles on all the elements. + ## Installation ```bash diff --git a/projects/ngx-plug-n-play-lib/package.json b/projects/ngx-plug-n-play-lib/package.json index 7941077..254c0df 100644 --- a/projects/ngx-plug-n-play-lib/package.json +++ b/projects/ngx-plug-n-play-lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-plug-n-play", - "version": "1.0.5", + "version": "1.0.6", "peerDependencies": { "@angular/common": ">7.2.0", "@angular/core": ">7.2.0"