diff --git a/libraries/azure-app-configuration-importer-file-source/package.json b/libraries/azure-app-configuration-importer-file-source/package.json index eb6bca6..aec1b2a 100644 --- a/libraries/azure-app-configuration-importer-file-source/package.json +++ b/libraries/azure-app-configuration-importer-file-source/package.json @@ -2,7 +2,7 @@ "name": "@azure/app-configuration-importer-file-source", "author": "Microsoft Corporation", "description": "A client library for importing/exporting key-values between configuration file sources and Azure App Configuration service", - "version": "1.1.1-preview", + "version": "1.1.2-preview", "sdk-type": "client", "keywords": [ "node", @@ -33,7 +33,7 @@ }, "dependencies": { "@azure/app-configuration": "1.5.0", - "@azure/app-configuration-importer": "^1.0.0-preview" + "@azure/app-configuration-importer": "1.1.2-preview" }, "devDependencies": { "@microsoft/api-extractor": "^7.22.2", diff --git a/libraries/azure-app-configuration-importer/package.json b/libraries/azure-app-configuration-importer/package.json index 973a670..0977fbe 100644 --- a/libraries/azure-app-configuration-importer/package.json +++ b/libraries/azure-app-configuration-importer/package.json @@ -2,7 +2,7 @@ "name": "@azure/app-configuration-importer", "author": "Microsoft Corporation", "description": "A client library for importing/exporting key-values between configuration sources and Azure App Configuration service", - "version": "1.1.1-preview", + "version": "1.1.2-preview", "sdk-type": "client", "keywords": [ "node",