diff --git a/resources/profiles/Creality.json b/resources/profiles/Creality.json index 10460ee63..380a91a0f 100644 --- a/resources/profiles/Creality.json +++ b/resources/profiles/Creality.json @@ -1,6 +1,6 @@ { "name": "Creality", - "version": "01.04.01.00", + "version": "01.05.00.01", "force_update": "0", "description": "Creality configurations", "machine_model_list": [ diff --git a/resources/profiles/Voron.json b/resources/profiles/Voron.json index db6ae9233..ba08b348c 100644 --- a/resources/profiles/Voron.json +++ b/resources/profiles/Voron.json @@ -1,6 +1,6 @@ { "name": "Voron", - "version": "01.04.01.00", + "version": "01.05.00.01", "force_update": "0", "description": "Voron configurations", "machine_model_list": [ diff --git a/version.inc b/version.inc index bd7b4b8e3..ac8d1c3de 100644 --- a/version.inc +++ b/version.inc @@ -10,4 +10,4 @@ endif() if(NOT DEFINED BBL_INTERNAL_TESTING) set(BBL_INTERNAL_TESTING "1") endif() -set(SLIC3R_VERSION "01.04.01.52") +set(SLIC3R_VERSION "01.05.00.50")