Skip to content

Commit

Permalink
Merge pull request #72 from pullflow/hotfix/2.0.1
Browse files Browse the repository at this point in the history
Hotfix 2.0.1
  • Loading branch information
srzainab authored Mar 14, 2024
2 parents f58a8e9 + 489fd6c commit 983193e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "2.0.0",
"version": "2.0.1",
"configurations": [
{
"name": "Run Extension",
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
{
"version": "2.0.0",
"version": "2.0.1",
"tasks": [
{
"type": "npm",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "Pullflow",
"displayName": "Pullflow",
"description": "Code review collaboration across GitHub, Slack, and VS Code.",
"version": "2.0.0",
"version": "2.0.1",
"preview": true,
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -183,7 +183,7 @@
"pullflow.automaticFlowDetection.enabled": {
"type": "boolean",
"default": true,
"markdownDescription": "Alow Pullflow to automatically detect flow state based on keystrokes.\n\n_**Note:** Extension must be reloaded for this to take affect._"
"markdownDescription": "Allow Pullflow to automatically detect flow state based on keyboard activity.\n\n_**Note:** Extension must be reloaded for this to take affect._"
}
}
}
Expand Down

0 comments on commit 983193e

Please sign in to comment.