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.122.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Young (TFS) committed Aug 14, 2017
1 parent 8bf3f8d commit 845e597
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 including Team Foundation Version Control (TFVC). Monitor your builds and manage your pull requests and work items for your TFVC or Git source repositories.",
"version": "1.121.1",
"version": "1.122.0",
"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.121.1";
static ExtensionVersion: string = "1.122.0";
static OAuth: string = "OAuth";
static TokenLearnMoreUrl: string = "https://aka.ms/v9r4jt";
static TokenShowMeUrl: string = "https://aka.ms/o2wkmo";
Expand Down

0 comments on commit 845e597

Please sign in to comment.