diff --git a/firmware/Euclidean/save_state.cpp b/firmware/Euclidean/save_state.cpp index 17b6985..3e51ff3 100644 --- a/firmware/Euclidean/save_state.cpp +++ b/firmware/Euclidean/save_state.cpp @@ -18,8 +18,8 @@ // Define the constants for the current firmware. const char StateManager::SKETCH_NAME[] = "ALT EUCLIDEAN"; const char StateManager::SEMANTIC_VERSION[] = - "V2.0.1BETA1"; // NOTE: This should match the version in the - // library.properties file. + "V2.0.1"; // NOTE: This should match the version in the + // library.properties file. // Number of available save slots. const byte StateManager::MAX_SAVE_SLOTS = 10; diff --git a/firmware/Gravity/save_state.cpp b/firmware/Gravity/save_state.cpp index af17a28..7e9d2fd 100644 --- a/firmware/Gravity/save_state.cpp +++ b/firmware/Gravity/save_state.cpp @@ -18,8 +18,8 @@ // Define the constants for the current firmware. const char StateManager::SKETCH_NAME[] = "ALT GRAVITY"; const char StateManager::SEMANTIC_VERSION[] = - "V2.0.1BETA1"; // NOTE: This should match the version in the - // library.properties file. + "V2.0.1"; // NOTE: This should match the version in the + // library.properties file. // Number of available save slots. const byte StateManager::MAX_SAVE_SLOTS = 10; diff --git a/library.properties b/library.properties index 5c3a844..2b4a8aa 100644 --- a/library.properties +++ b/library.properties @@ -1,4 +1,4 @@ -version=2.0.1beta1 +version=2.0.1 author=Adam Wonak maintainer=awonak sentence=Hardware abstraction library for Sitka Instruments Gravity eurorack module