Skip to content

Commit 259a852

Browse files
authored
publish 1.13.0
2 parents c80f18b + d70083b commit 259a852

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,5 +120,6 @@
120120
"vscode-textmate": "^4.1.1",
121121
"yargs": "^13.2.2"
122122
},
123-
"dependencies": {}
124-
}
123+
"dependencies": {
124+
}
125+
}

source/languages/cpp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "better-cpp-syntax",
33
"displayName": "Better C++ Syntax",
44
"description": "The bleeding edge of C-like syntaxes",
5-
"version": "1.12.21",
5+
"version": "1.13.0",
66
"icon": "icon.png",
77
"scripts": {
88
"build": "ruby scripts/generate.rb",

0 commit comments

Comments
 (0)