diff --git a/package-lock.json b/package-lock.json index 7a72793..f6ac125 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@azure/app-configuration-provider", - "version": "2.4.0-preview", + "version": "2.4.1-preview", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@azure/app-configuration-provider", - "version": "2.4.0-preview", + "version": "2.4.1-preview", "license": "MIT", "dependencies": { "@azure/app-configuration": "^1.10.0", diff --git a/package.json b/package.json index d3f708a..a13976b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@azure/app-configuration-provider", - "version": "2.4.0-preview", + "version": "2.4.1-preview", "description": "The JavaScript configuration provider for Azure App Configuration", "files": [ "dist/", diff --git a/src/version.ts b/src/version.ts index 07db82c..bae4a2d 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.4.0-preview"; +export const VERSION = "2.4.1-preview";