bump version
This commit is contained in:
@ -2,11 +2,10 @@
|
|||||||
* @file Gravity.ino
|
* @file Gravity.ino
|
||||||
* @author Adam Wonak (https://github.com/awonak/)
|
* @author Adam Wonak (https://github.com/awonak/)
|
||||||
* @brief Alt firmware version of Gravity by Sitka Instruments.
|
* @brief Alt firmware version of Gravity by Sitka Instruments.
|
||||||
* @version v2.0.0 - June 2025 awonak - Full rewrite
|
* @version v2.0.1beta1 - February 2026 awonak
|
||||||
* @version v1.0 - August 2023 Oleksiy H - Initial release
|
* @date 2026-02-21
|
||||||
* @date 2025-07-04
|
|
||||||
*
|
*
|
||||||
* @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
|
* This version of Gravity firmware is a full rewrite that leverages the
|
||||||
* libGravity hardware abstraction library. The goal of this project was to
|
* libGravity hardware abstraction library. The goal of this project was to
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
// Define the constants for the current firmware.
|
// Define the constants for the current firmware.
|
||||||
const char StateManager::SKETCH_NAME[] = "ALT EUCLIDEAN";
|
const char StateManager::SKETCH_NAME[] = "ALT EUCLIDEAN";
|
||||||
const char StateManager::SEMANTIC_VERSION[] =
|
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.
|
// library.properties file.
|
||||||
|
|
||||||
// Number of available save slots.
|
// Number of available save slots.
|
||||||
|
|||||||
@ -2,11 +2,10 @@
|
|||||||
* @file Gravity.ino
|
* @file Gravity.ino
|
||||||
* @author Adam Wonak (https://github.com/awonak/)
|
* @author Adam Wonak (https://github.com/awonak/)
|
||||||
* @brief Alt firmware version of Gravity by Sitka Instruments.
|
* @brief Alt firmware version of Gravity by Sitka Instruments.
|
||||||
* @version v2.0.0 - June 2025 awonak - Full rewrite
|
* @version v2.0.1beta1 - February 2026 awonak
|
||||||
* @version v1.0 - August 2023 Oleksiy H - Initial release
|
* @date 2026-02-21
|
||||||
* @date 2025-07-04
|
|
||||||
*
|
*
|
||||||
* @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
|
* This version of Gravity firmware is a full rewrite that leverages the
|
||||||
* libGravity hardware abstraction library. The goal of this project was to
|
* libGravity hardware abstraction library. The goal of this project was to
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
// Define the constants for the current firmware.
|
// Define the constants for the current firmware.
|
||||||
const char StateManager::SKETCH_NAME[] = "ALT GRAVITY";
|
const char StateManager::SKETCH_NAME[] = "ALT GRAVITY";
|
||||||
const char StateManager::SEMANTIC_VERSION[] =
|
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.
|
// library.properties file.
|
||||||
|
|
||||||
// Number of available save slots.
|
// Number of available save slots.
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
name=libGravity
|
version=2.0.1beta1
|
||||||
version=2.0.0beta2
|
|
||||||
author=Adam Wonak
|
author=Adam Wonak
|
||||||
maintainer=awonak <github.com/awonak>
|
maintainer=awonak <github.com/awonak>
|
||||||
sentence=Hardware abstraction library for Sitka Instruments Gravity eurorack module
|
sentence=Hardware abstraction library for Sitka Instruments Gravity eurorack module
|
||||||
|
|||||||
Reference in New Issue
Block a user