Skip to content

Commit

Permalink
[Digital Twins] bump version (#13252)
Browse files Browse the repository at this point in the history
to v1.0.3 in `package.json` and in `src`. This is the version of the release prepared here: #13249.
  • Loading branch information
deyaaeldeen authored Jan 15, 2021
1 parent 7f2e413 commit 2561087
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sdk/digitaltwins/digital-twins-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/digital-twins-core",
"version": "1.0.2",
"version": "1.0.3",
"description": "An isomorphic client library for Azure Digital Twins",
"sdk-type": "client",
"author": "Microsoft Corporation",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ import { createSpan } from "./tracing";
import { CanonicalCode } from "@opentelemetry/api";
import { logger } from "./logger";

export const SDK_VERSION: string = "1.0.2";
export const SDK_VERSION: string = "1.0.3";

export interface DigitalTwinsClientOptions extends PipelineOptions {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as coreHttp from "@azure/core-http";
import { AzureDigitalTwinsAPIOptionalParams } from "./models";

const packageName = "@azure/digital-twins-core";
const packageVersion = "1.0.2";
const packageVersion = "1.0.3";

export class AzureDigitalTwinsAPIContext extends coreHttp.ServiceClient {
$host: string;
Expand Down

0 comments on commit 2561087

Please sign in to comment.