Skip to content

Commit

Permalink
Fixing package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriburant committed May 17, 2022
1 parent be464bc commit cb6312b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/communication/communication-phone-numbers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/communication-phone-numbers",
"version": "1.2.0-beta.4",
"version": "1.2.0-alpha.20220517.1",
"description": "SDK for Azure Communication service which facilitates phone number management.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

export const SDK_VERSION: string = "1.2.0-beta.4";
export const SDK_VERSION: string = "1.2.0-alpha.20220517.1";
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```yaml
package-name: "@azure/communication-phone-numbers"
description: Phone number configuration client
package-version: 1.2.0-beta.4
package-version: 1.2.0-alpha.20220517.1
generate-metadata: false
license-header: MICROSOFT_MIT_NO_VERSION
output-folder: ../src/generated
Expand Down

0 comments on commit cb6312b

Please sign in to comment.