diff --git a/cpp/applications/openScenarioReader/v1_0/src/Version.h b/cpp/applications/openScenarioReader/v1_0/src/Version.h
index a351a475..e2405108 100644
--- a/cpp/applications/openScenarioReader/v1_0/src/Version.h
+++ b/cpp/applications/openScenarioReader/v1_0/src/Version.h
@@ -17,6 +17,6 @@
#pragma once
-#define MAJORVERSION 0
-#define MINORVERSION 9
+#define MAJORVERSION 1
+#define MINORVERSION 0
#define PATCHNUMBER 0
diff --git a/cpp/common/version.h b/cpp/common/version.h
index a351a475..e2405108 100644
--- a/cpp/common/version.h
+++ b/cpp/common/version.h
@@ -17,6 +17,6 @@
#pragma once
-#define MAJORVERSION 0
-#define MINORVERSION 9
+#define MAJORVERSION 1
+#define MINORVERSION 0
#define PATCHNUMBER 0
diff --git a/java/pom.xml b/java/pom.xml
index 116dc469..3c32e5d7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -4,7 +4,7 @@
4.0.0
net.asam.openscenario
net.asam.openscenario.v1_0.reader
- 0.9.0
+ 1.0.0
OpenSCENARIO API