Skip to content

Commit dcf498a

Browse files
author
Rhys Koedijk
committed
Bump version
1 parent 3ee0ff8 commit dcf498a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codespell-azure-devops",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Codespell Azure DevOps Extension",
55
"main": "task/index.js",
66
"scripts": {

task/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 1,
2020
"Minor": 1,
21-
"Patch": 0
21+
"Patch": 1
2222
},
2323
"instanceNameFormat": "Codespell",
2424
"groups": [

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"id": "codespell",
44
"name": "Codespell",
55
"description": "Code spellcheck. Automatically fix common misspellings in your source code",
6-
"version": "1.1.0",
6+
"version": "1.1.1",
77
"publisher": "rhyskoedijk",
88
"public": true,
99
"categories": [

0 commit comments

Comments
 (0)