diff --git a/package-lock.json b/package-lock.json index cd4c674..f6799a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@azure/app-configuration-provider", - "version": "2.5.0-preview", + "version": "2.7.0-preview", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index ae37d87..97c6c7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@azure/app-configuration-provider", - "version": "2.5.0-preview", + "version": "2.7.0-preview", "description": "The JavaScript configuration provider for Azure App Configuration", "files": [ "dist/", diff --git a/src/version.ts b/src/version.ts index 82eb2ee..20ea775 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const VERSION = "2.5.0-preview"; +export const VERSION = "2.7.0-preview";