Skip to content

Commit

Permalink
Bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-jung committed Sep 16, 2022
1 parent e77c6c7 commit 2e6bcf2
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.2
VERSION 1.0.3
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.2",
"version": "1.0.3",
"dependencies": [
"catch2",
"fmt",
Expand Down

0 comments on commit 2e6bcf2

Please sign in to comment.