Skip to content

Commit 76f846d

Browse files
author
Rhys Koedijk
committed
Bump version
1 parent fa5b4a1 commit 76f846d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0.46",
3+
"version": "1.1.0",
44
"description": "Codespell Azure DevOps Extension",
55
"main": "task/index.js",
66
"scripts": {

task/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Rhys Koedijk",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 0,
21-
"Patch": 46
20+
"Minor": 1,
21+
"Patch": 0
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.0.46",
6+
"version": "1.1.0",
77
"publisher": "rhyskoedijk",
88
"public": true,
99
"categories": [

0 commit comments

Comments
 (0)