Skip to content

Commit 6576b1f

Browse files
committed
build.
1 parent 9f8ffaf commit 6576b1f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/powerbi-client.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! powerbi-client v2.4.2 | (c) 2016 Microsoft Corporation MIT */
1+
/*! powerbi-client v2.4.3 | (c) 2016 Microsoft Corporation MIT */
22
declare module "config" {
33
const config: {
44
version: string;

dist/powerbi.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/powerbi.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const config = {
2-
version: '2.4.2',
2+
version: '2.4.3',
33
type: 'js'
44
};
55

0 commit comments

Comments
 (0)