diff --git a/firmware/Euclidean/Euclidean.ino b/firmware/Euclidean/Euclidean.ino index f0fdc54..46841f3 100644 --- a/firmware/Euclidean/Euclidean.ino +++ b/firmware/Euclidean/Euclidean.ino @@ -2,11 +2,10 @@ * @file Gravity.ino * @author Adam Wonak (https://github.com/awonak/) * @brief Alt firmware version of Gravity by Sitka Instruments. - * @version v2.0.0 - June 2025 awonak - Full rewrite - * @version v1.0 - August 2023 Oleksiy H - Initial release - * @date 2025-07-04 + * @version v2.0.1beta1 - February 2026 awonak + * @date 2026-02-21 * - * @copyright MIT - (c) 2025 - Adam Wonak - adam.wonak@gmail.com + * @copyright MIT - (c) 2026 - Adam Wonak - adam.wonak@gmail.com * * This version of Gravity firmware is a full rewrite that leverages the * libGravity hardware abstraction library. The goal of this project was to diff --git a/firmware/Euclidean/save_state.cpp b/firmware/Euclidean/save_state.cpp index 283739c..17b6985 100644 --- a/firmware/Euclidean/save_state.cpp +++ b/firmware/Euclidean/save_state.cpp @@ -18,7 +18,7 @@ // Define the constants for the current firmware. const char StateManager::SKETCH_NAME[] = "ALT EUCLIDEAN"; const char StateManager::SEMANTIC_VERSION[] = - "V2.0.0BETA4"; // NOTE: This should match the version in the + "V2.0.1BETA1"; // NOTE: This should match the version in the // library.properties file. // Number of available save slots. diff --git a/firmware/Gravity/Gravity.ino b/firmware/Gravity/Gravity.ino index b4f9b84..4eb126d 100644 --- a/firmware/Gravity/Gravity.ino +++ b/firmware/Gravity/Gravity.ino @@ -2,11 +2,10 @@ * @file Gravity.ino * @author Adam Wonak (https://github.com/awonak/) * @brief Alt firmware version of Gravity by Sitka Instruments. - * @version v2.0.0 - June 2025 awonak - Full rewrite - * @version v1.0 - August 2023 Oleksiy H - Initial release - * @date 2025-07-04 + * @version v2.0.1beta1 - February 2026 awonak + * @date 2026-02-21 * - * @copyright MIT - (c) 2025 - Adam Wonak - adam.wonak@gmail.com + * @copyright MIT - (c) 2026 - Adam Wonak - adam.wonak@gmail.com * * This version of Gravity firmware is a full rewrite that leverages the * libGravity hardware abstraction library. The goal of this project was to diff --git a/firmware/Gravity/save_state.cpp b/firmware/Gravity/save_state.cpp index 6e6c141..af17a28 100644 --- a/firmware/Gravity/save_state.cpp +++ b/firmware/Gravity/save_state.cpp @@ -18,7 +18,7 @@ // Define the constants for the current firmware. const char StateManager::SKETCH_NAME[] = "ALT GRAVITY"; const char StateManager::SEMANTIC_VERSION[] = - "V2.0.0BETA5"; // NOTE: This should match the version in the + "V2.0.1BETA1"; // NOTE: This should match the version in the // library.properties file. // Number of available save slots. diff --git a/library.properties b/library.properties index 77fe46f..5c3a844 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,4 @@ -name=libGravity -version=2.0.0beta2 +version=2.0.1beta1 author=Adam Wonak maintainer=awonak sentence=Hardware abstraction library for Sitka Instruments Gravity eurorack module