Skip to content

Commit

Permalink
Update version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Jan 23, 2024
1 parent 07bcefc commit a839111
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.24)
project(
spectrum
LANGUAGES Fortran
VERSION 1.0.1
VERSION 1.1.0
)

# Get helper macros and functions
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = spectrum
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.0.1
PROJECT_NUMBER = 1.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
4 changes: 2 additions & 2 deletions fpm.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name = "spectrum"
version = "1.0.1"
version = "1.1.0"
license = "GPL-3.0"
author = "Jason Christopherson"
maintainer = "Jason Christopherson"
copyright = "Copyright 2023, Jason Christopherson"
copyright = "Copyright 2023-2024, Jason Christopherson"
description = "A modern Fortran signal analysis library."
homepage = "https://github.com/jchristopherson/spectrum"

Expand Down

0 comments on commit a839111

Please sign in to comment.