Skip to content

Commit 1467640

Browse files
Version change to 1.0.1
1 parent 1f46005 commit 1467640

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.20)
22
project(cppmie)
3-
set(PROJECT_VERSION 1.0.0)
3+
set(PROJECT_VERSION 1.0.1)
44
set(PROJECT_HOMEPAGE_URL https://github.com/codesaurus97/cppmie)
55

66
# Require C++ 20 due to usage of concepts

include/cppmie/cppmie.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file cppmie.h
33
* @author codesaurus97
44
* @brief Implementation of Mie scattering calculation using Hong Du's algorithm.
5-
* @version 1.0.0
5+
* @version 1.0.1
66
* @date 2021-10-26
77
*
88
* @copyright Copyright (c) 2021

0 commit comments

Comments
 (0)