diff --git a/Documentation/API/README.md b/Documentation/API/README.md
index 06defaea39e00ea5be1f101459f661c278da8797..9f28c58dbf2232290e3cfae9e13cd4e1880150e4 100644
--- a/Documentation/API/README.md
+++ b/Documentation/API/README.md
@@ -30,7 +30,7 @@ Example:
 ```json
 {
   "api_documentation": {
-    "version": "1.2.0",
+    "version": "1.2.1",
     "changelog": "https://gitlab.adullact.net/Comptoir/Comptoir-srv/-/tree/develop/Documentation/API/CHANGELOG.md",
     "documentation": "https://gitlab.adullact.net/Comptoir/Comptoir-srv/-/tree/develop/Documentation/API/",
     "deprecated": {}
diff --git a/src/Controller/Api/V1/SoftwaresController.php b/src/Controller/Api/V1/SoftwaresController.php
index 16a576645aaf68d3921d6236a92be0121f6635ef..cefb3e4c5a839017592a23402bd77c6d7830da73 100644
--- a/src/Controller/Api/V1/SoftwaresController.php
+++ b/src/Controller/Api/V1/SoftwaresController.php
@@ -330,7 +330,7 @@ class SoftwaresController extends AppController
         $docUrl = 'https://gitlab.adullact.net/Comptoir/Comptoir-srv/-/tree/main/Documentation/API/';
         $data = [
             'api_documentation'  => [
-                'version' => '1.2.0',
+                'version' => '1.2.1',
                 'changelog' => "$changelog",
                 'documentation' => "$docUrl",
                 'deprecated' => [