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.144.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeschu1 committed Nov 5, 2018
1 parent 70c5571 commit 262545d
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": "Azure Repos",
"description": "Connect to Azure Repos and work with Git and Team Foundation Version Control (TFVC) repositories. Manage your pull requests, work items, and more.",
"version": "1.142.0",
"version": "1.144.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 = "AzureReposVSCode";
static ExtensionVersion: string = "1.142.0";
static ExtensionVersion: string = "1.144.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 262545d

Please sign in to comment.