Skip to content

Commit fbb36ea

Browse files
committed
Update version
1 parent 9fbb1e6 commit fbb36ea

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed
Binary file not shown.

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Replace codes line by line with regex for target files",
55
"author": "jopemachine",
66
"publisher": "jopemachine",
7-
"version": "0.0.1",
7+
"version": "0.0.2",
88
"license": "MIT",
99
"engines": {
1010
"vscode": "^1.50.0"
@@ -33,10 +33,10 @@
3333
],
3434
"keybindings": [
3535
{
36-
"command": "Code-replacer.entry",
37-
"key": "ctrl+alt+r",
38-
"mac": "ctrl+cmd+r"
39-
}
36+
"command": "Code-replacer.entry",
37+
"key": "ctrl+alt+r",
38+
"mac": "ctrl+cmd+r"
39+
}
4040
],
4141
"configuration": {
4242
"title": "maxLogDisplayCnt",
@@ -74,6 +74,6 @@
7474
},
7575
"dependencies": {
7676
"recursive-readdir": "^2.2.2",
77-
"code-replacer": "0.0.212"
77+
"code-replacer": "0.0.5"
7878
}
7979
}

0 commit comments

Comments
 (0)