From 24e700a39a7c9f490b89a2015e22d1fea5576b19 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 13 Jul 2017 14:19:54 -0400 Subject: [PATCH] version to 1.121.0 --- package.json | 2 +- src/helpers/constants.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 436c7a9da1..6d911103c0 100644 --- a/package.json +++ b/package.json @@ -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.119.2", + "version": "1.121.0", "publisher": "ms-vsts", "icon": "assets/team.png", "markdown": "standard", diff --git a/src/helpers/constants.ts b/src/helpers/constants.ts index 9f5096a65f..b005b5bbc7 100644 --- a/src/helpers/constants.ts +++ b/src/helpers/constants.ts @@ -8,7 +8,7 @@ export class Constants { static ExtensionName: string = "team"; static ExtensionUserAgentName: string = "VSTSVSCode"; - static ExtensionVersion: string = "1.119.2"; + static ExtensionVersion: string = "1.121.0"; static OAuth: string = "OAuth"; static TokenLearnMoreUrl: string = "https://aka.ms/v9r4jt"; static TokenShowMeUrl: string = "https://aka.ms/o2wkmo";