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.117.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Young committed May 1, 2017
1 parent 90ed9ef commit b17ede8
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 source repositories",
"version": "1.117.0",
"version": "1.117.1",
"publisher": "ms-vsts",
"icon": "assets/team.png",
"markdown": "standard",
Expand Down
2 changes: 1 addition & 1 deletion src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
export class Constants {
static ExtensionName: string = "team";
static ExtensionUserAgentName: string = "VSTSVSCode";
static ExtensionVersion: string = "1.117.0";
static ExtensionVersion: string = "1.117.1";
static OAuth: string = "OAuth";
static TokenLearnMoreUrl: string = "https://aka.ms/v9r4jt";
static TokenShowMeUrl: string = "https://aka.ms/o2wkmo";
Expand Down

0 comments on commit b17ede8

Please sign in to comment.