Skip to content

Commit b56cd66

Browse files
chore: upgrade simple todo version to 1.6.6
1 parent f506abe commit b56cd66

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

todo-list/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "VSCode part of a language server",
44
"author": "Microsoft Corporation",
55
"license": "MIT",
6-
"version": "1.5.6",
6+
"version": "1.6.6",
77
"publisher": "SolomonRosemite",
88
"repository": {
99
"type": "git",

todo-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "SolomonRosemite",
66
"icon": "images/todo.png",
77
"license": "MIT",
8-
"version": "1.5.6",
8+
"version": "1.6.6",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/SolomonRosemite/TypeScript-Todo"

todo-list/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "lsp-todo-server",
33
"description": "Implementation of a language server in node.",
4-
"version": "1.5.6",
4+
"version": "1.6.6",
55
"author": "SolomonRosemite",
66
"license": "MIT",
77
"engines": {

0 commit comments

Comments
 (0)