Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-jung committed Oct 8, 2022
1 parent 28d844b commit 57e3f7b
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12.0)
include(cmake/dependencyLoading.cmake)
project(tsmp
VERSION 1.0.3
VERSION 1.0.4
DESCRIPTION "Library for intrusion free, compile-time reflection with the help of code generation."
LANGUAGES CXX
)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tsmp",
"description": "The Tool-Supported-Meta-Programming library.",
"homepage":"https://github.com/fabian-jung/tsmp",
"version": "1.0.3",
"version": "1.0.4",
"dependencies": [
"catch2",
"fmt",
Expand Down

0 comments on commit 57e3f7b

Please sign in to comment.