Skip to content

Commit

Permalink
bump the version of the generated project to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edenreich committed Oct 29, 2019
1 parent e2e9337 commit 6730f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "edenreich",
"displayName": "cpp-console-generator",
"description": "An extension for generating a console project and commands quickly",
"version": "1.0.5",
"version": "1.0.6",
"repository": {
"type": "git",
"url": "https://github.com/edenreich/console-generator-ext-vscode"
Expand Down
2 changes: 1 addition & 1 deletion src/templates/project/CMakeLists.txt.stub
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include(cmake/CPM.cmake)
CPMAddPackage(
NAME console
GITHUB_REPOSITORY edenreich/console-component
VERSION 1.0.3
VERSION 1.0.4
OPTIONS
"WITH_TESTS Off"
)
Expand Down

0 comments on commit 6730f9c

Please sign in to comment.