Skip to content

Commit

Permalink
Updated library version to 3.0.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramandeep-singh-1983 authored May 6, 2020
1 parent cf49c59 commit c177703
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
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": "pbi-app",
"version": "0.0.0",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-powerbi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-powerbi/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit c177703

Please sign in to comment.