diff --git a/README.md b/README.md index c2a2c32..bfc96e8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ TypeScript library for embedding Power BI assets (reports/dashboards/tiles) in y ## Installation -This library has a peer dependency on the official Microsoft [powerbi-client](https://www.npmjs.com/package/powerbi-client) library so install that first: +This library has a peer dependency on the official Microsoft [powerbi-client](https://www.npmjs.com/package/powerbi-client) library so the same should be installed first: NPM: ``` diff --git a/package.json b/package.json index 24c14b0..407f3d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pbi-app", - "version": "0.0.0", + "version": "0.0.1", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/projects/ngx-powerbi/README.md b/projects/ngx-powerbi/README.md index 6941366..91eaf62 100644 --- a/projects/ngx-powerbi/README.md +++ b/projects/ngx-powerbi/README.md @@ -9,7 +9,7 @@ _\* Please mind that this README is a work in progress, i will try to create a s ## Installation -This library has a peer dependency on the official Microsoft [powerbi-client](https://www.npmjs.com/package/powerbi-client) library so install that first: +This library has a peer dependency on the official Microsoft [powerbi-client](https://www.npmjs.com/package/powerbi-client) library so the same should be installed first: NPM: ``` diff --git a/projects/ngx-powerbi/package.json b/projects/ngx-powerbi/package.json index 4fc4169..8167e33 100644 --- a/projects/ngx-powerbi/package.json +++ b/projects/ngx-powerbi/package.json @@ -1,6 +1,6 @@ { "name": "ngx-powerbi", - "version": "2.0.3", + "version": "3.0.0", "description": "TypeScript library for embedding Power BI assets (reports/dashboards/tiles) in your application. This TypeScript library is built on top of the official powerbi-client library provided by Microsoft.", "license": "MIT", "repository": {