Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kkarbowiak committed Oct 11, 2023
1 parent 4cde270 commit c60bfc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project("cpp-argparse" VERSION 1.1.1 LANGUAGES CXX)
project("cpp-argparse" VERSION 1.2.0 LANGUAGES CXX)

add_library(${PROJECT_NAME} INTERFACE)
add_library(${PROJECT_NAME}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})
Expand Down
4 changes: 2 additions & 2 deletions include/argparse.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Copyright 2018 - 2022 Krzysztof Karbowiak
Copyright 2018 - 2023 Krzysztof Karbowiak
cpp-argparse v1.1.1
cpp-argparse v1.2.0
See https://github.com/kkarbowiak/cpp-argparse
Expand Down

0 comments on commit c60bfc0

Please sign in to comment.