diff --git a/README.adoc b/README.adoc
index 6ec4e15..f6c8ad6 100644
--- a/README.adoc
+++ b/README.adoc
@@ -13,7 +13,7 @@ image:https://img.shields.io/github/license/rweisleder/archunit-spring.svg[link=
de.rweisleder
archunit-spring
- 0.3.0
+ 1.0.0
test
----
diff --git a/pom.xml b/pom.xml
index bb87e11..687c41c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
de.rweisleder
archunit-spring
- 1.0.0-SNAPSHOT
+ 1.0.0
ArchUnit Spring Integration
Provides predefined ArchUnit rules for Spring applications
diff --git a/src/main/docs/userguide.adoc b/src/main/docs/userguide.adoc
index 04deaa9..233ecb2 100644
--- a/src/main/docs/userguide.adoc
+++ b/src/main/docs/userguide.adoc
@@ -25,7 +25,7 @@ Maven:
de.rweisleder
archunit-spring
- 0.3.0
+ 1.0.0
test
----
@@ -33,7 +33,7 @@ Maven:
Gradle:
[source]
----
-testImplementation 'de.rweisleder:archunit-spring:0.3.0'
+testImplementation 'de.rweisleder:archunit-spring:1.0.0'
----
[#builtin-rules]
@@ -166,13 +166,13 @@ For each release of this project, compatibility is confirmed with the most recen
| | ArchUnit Spring version | Confirmed Compatibility
.1+| ArchUnit
-| 0.3.0 | 1.3.0
+| 1.0.0 | 1.3.0
.1+| Spring Boot
-| 0.3.0 | 3.2, 3.3
+| 1.0.0 | 3.2, 3.3
.1+| Spring Framework
-| 0.3.0 | 5.3, 6.0, 6.1
+| 1.0.0 | 5.3, 6.0, 6.1
|===
Compatibility with other versions is possible, but not guaranteed.