Skip to content

Commit

Permalink
Bump to v1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraMiyakoda committed May 8, 2021
1 parent 577920c commit 76922be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

The **C/C++ Include Guard** extension enables you to add, remove or update [include guard macros](https://en.wikibooks.org/wiki/More_C%2B%2B_Idioms/Include_Guard_Macro) to your C/C++ header files in one go.

Thanks to contributors: **@erkan-ozkan**, **@HO-COOH**
Thanks to contributors: **@erkan-ozkan**, **@HO-COOH**, **@sleiner**

## Screenshots
Automatically insert include guard when creating a new header file
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cppincludeguard",
"displayName": "C/C++ Include Guard",
"description": "Insert C/C++ Include Guard",
"version": "1.3.1",
"version": "1.4.0",
"license": "MIT",
"engines": {
"vscode": "^1.47.0"
Expand Down

0 comments on commit 76922be

Please sign in to comment.