diff --git a/docs/dist/powerbi/v4/SandDance201929976D117A654D0BAB8E96507442D80B.4.2.0.3.pbiviz b/docs/dist/powerbi/v4/SandDance201929976D117A654D0BAB8E96507442D80B.4.2.0.3.pbiviz new file mode 100644 index 000000000..d6be740df Binary files /dev/null and b/docs/dist/powerbi/v4/SandDance201929976D117A654D0BAB8E96507442D80B.4.2.0.3.pbiviz differ diff --git a/docs/examples/index.md b/docs/examples/index.md index c6f5744a7..40606cd74 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -30,7 +30,7 @@ title: Examples ## SandDance apps v4 * [Web app](../tests/v4/es6/app) -* [Power BI custom visual](../dist/powerbi/v4/SandDance201929976D117A654D0BAB8E96507442D80B.4.2.0.2.pbiviz) 4.2.0.2 +* [Power BI custom visual](../dist/powerbi/v4/SandDance201929976D117A654D0BAB8E96507442D80B.4.2.0.3.pbiviz) 4.2.0.3 * [Azure Data Studio extension](../dist/azdata/v4/azdata-sanddance-4.1.1.vsix) 4.1.1 * [VSCode extension](../dist/vscode/v4/vscode-sanddance-4.2.0.vsix) 4.2.0 * [sanddance-embed example](../embed/v4/test.html) diff --git a/packages/powerbi/pbiviz.json b/packages/powerbi/pbiviz.json index 71b85f128..cfe394e65 100644 --- a/packages/powerbi/pbiviz.json +++ b/packages/powerbi/pbiviz.json @@ -4,7 +4,7 @@ "displayName": "SandDance", "guid": "SandDance201929976D117A654D0BAB8E96507442D80B", "visualClassName": "Visual", - "version": "4.2.0.2", + "version": "4.2.0.3", "description": "Visually explore, understand, and present your data.", "supportUrl": "https://github.com/Microsoft/SandDance/issues", "gitHubUrl": "https://github.com/microsoft/SandDance" diff --git a/packages/powerbi/src/version.ts b/packages/powerbi/src/version.ts index 8ad18d86c..28e951a24 100644 --- a/packages/powerbi/src/version.ts +++ b/packages/powerbi/src/version.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT license. -export const version: string = '4.2.0.2'; +export const version: string = '4.2.0.3';