Skip to content

Commit

Permalink
Version change to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chillin-capybara committed Oct 26, 2021
1 parent 1f46005 commit 1467640
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,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)
project(cppmie)
set(PROJECT_VERSION 1.0.0)
set(PROJECT_VERSION 1.0.1)
set(PROJECT_HOMEPAGE_URL https://github.com/codesaurus97/cppmie)

# Require C++ 20 due to usage of concepts
Expand Down
2 changes: 1 addition & 1 deletion include/cppmie/cppmie.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @file cppmie.h
* @author codesaurus97
* @brief Implementation of Mie scattering calculation using Hong Du's algorithm.
* @version 1.0.0
* @version 1.0.1
* @date 2021-10-26
*
* @copyright Copyright (c) 2021
Expand Down

0 comments on commit 1467640

Please sign in to comment.