Skip to content

Commit

Permalink
Update appInsights.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxShehovtsov committed Aug 6, 2015
1 parent 77e68c9 commit cd77887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JavaScript/JavaScriptSDK/appInsights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module Microsoft.ApplicationInsights {
"use strict";

export var Version = "0.15.20150721.4";
export var Version = "0.16.20150806.0";

export interface IConfig {
instrumentationKey: string;
Expand Down Expand Up @@ -444,4 +444,4 @@ module Microsoft.ApplicationInsights {

public action: (name?: string, url?: string, duration?: number, properties?: Object, measurements?: Object) => void;
}
}
}

0 comments on commit cd77887

Please sign in to comment.