diff --git a/Declarations/Constants.ts b/Declarations/Constants.ts index d7992a16..f6bb2aed 100644 --- a/Declarations/Constants.ts +++ b/Declarations/Constants.ts @@ -1,6 +1,6 @@ import Contracts = require("./Contracts") -export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.0"; +export const APPLICATION_INSIGHTS_SDK_VERSION = "2.3.1"; export const DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com"; export const DEFAULT_LIVEMETRICS_ENDPOINT = "https://rt.services.visualstudio.com"; export const DEFAULT_LIVEMETRICS_HOST = "rt.services.visualstudio.com"; diff --git a/package-lock.json b/package-lock.json index d603c5e1..ca4e754d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "applicationinsights", - "version": "2.3.0", + "version": "2.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "applicationinsights", - "version": "2.3.0", + "version": "2.3.1", "license": "MIT", "dependencies": { "@azure/core-http": "^2.2.3", diff --git a/package.json b/package.json index 4a488992..b0be9914 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "Microsoft Application Insights Team", "license": "MIT", "bugs": "https://github.com/microsoft/ApplicationInsights-node.js/issues", - "version": "2.3.0", + "version": "2.3.1", "description": "Microsoft Application Insights module for Node.js", "repository": { "type": "git",