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

Commit 09b1573

Browse files
committed
Version to v1.161.0
1 parent 3f0d8c3 commit 09b1573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "team",
33
"displayName": "Azure Repos",
44
"description": "Connect to Azure Repos and work with Git and Team Foundation Version Control (TFVC) repositories. Manage your pull requests, work items, and more.",
5-
"version": "1.149.2",
5+
"version": "1.161.0",
66
"publisher": "ms-vsts",
77
"icon": "assets/team.png",
88
"markdown": "standard",

src/helpers/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
export class Constants {
99
static ExtensionName: string = "team";
1010
static ExtensionUserAgentName: string = "AzureReposVSCode";
11-
static ExtensionVersion: string = "1.149.2";
11+
static ExtensionVersion: string = "1.161.0";
1212
static OAuth: string = "OAuth";
1313
static TokenLearnMoreUrl: string = "https://aka.ms/v9r4jt";
1414
static TokenShowMeUrl: string = "https://aka.ms/o2wkmo";

0 commit comments

Comments
 (0)