diff --git a/CMakeLists.txt b/CMakeLists.txt index 9d5cea4..e33b7ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(fun VERSION 0.15.2 LANGUAGES C) +project(fun VERSION 0.15.3 LANGUAGES C) set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD_REQUIRED ON) diff --git a/LICENSE b/LICENSE index 7fa41de..d2c57e8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2025 Johannes Findeisen +Copyright 2025 Johannes Findeisen Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 55d9d40..4dfd837 100644 --- a/README.md +++ b/README.md @@ -147,4 +147,4 @@ That's it! For testing it run: ``` ## Author -[Johannes Findeisen](https://hanez.org) +Johannes Findeisen - you@hanez.org