Compare commits
2 Commits
comparator
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 26f65eed10 | |||
| 9be88be1f4 |
@ -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.1BETA1"; // NOTE: This should match the version in the
|
"V2.0.1"; // NOTE: This should match the version in the
|
||||||
// library.properties file.
|
// library.properties file.
|
||||||
|
|
||||||
// Number of available save slots.
|
// Number of available save slots.
|
||||||
|
|||||||
@ -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.1BETA1"; // NOTE: This should match the version in the
|
"V2.0.1"; // 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,4 +1,4 @@
|
|||||||
version=2.0.1beta1
|
version=2.0.1
|
||||||
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