Skip to content

Commit

Permalink
bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Mar 28, 2023
1 parent 03f8055 commit 75f46df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include(cmake/Vcpkg.cmake) # needs to happen before project()

project(
"mcl"
VERSION 1.0.0
VERSION 1.0.1
LANGUAGES CXX
)

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcl",
"version-string": "1.0.0",
"version-string": "1.0.1",
"dependencies": [
"fmt",
"doctest"
Expand Down

0 comments on commit 75f46df

Please sign in to comment.