Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
version to 1.104.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Young committed Aug 2, 2016
1 parent 26714c3 commit a903273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "team",
"displayName": "Visual Studio Team Services",
"description": "Connect to Team Services, monitor your builds and manage your pull requests and work items for your Git repositories",
"version": "1.103.0",
"version": "1.104.0",
"publisher": "ms-vsts",
"icon": "assets/team.png",
"galleryBanner": {
Expand Down
2 changes: 1 addition & 1 deletion src/services/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class TelemetryService {
private _appInsightsClient: Client;
private _serverContext: TeamServerContext;
private _telemetryEnabled: boolean = true;
private _extensionVersion: string = "1.103.0";
private _extensionVersion: string = "1.104.0";
private _collectionId: string = "UNKNOWN";
//Default to a new uuid in case the extension fails before being initialized
private _userId: string = uuid.v1();
Expand Down

0 comments on commit a903273

Please sign in to comment.