From 986ca0e36bbc1c21f0f38834356e54d99eb4f460 Mon Sep 17 00:00:00 2001 From: Stefan Kapferer Date: Wed, 26 May 2021 16:49:39 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a518d4e..ad8d5f4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ You can use this library to write ArchUnit tests by including it into your Gradl **Gradle:** ```gradle -testImplementation 'org.contextmapper:context-mapper-archunit-extension:0.1.0' +testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.0.0' ``` **Maven:** @@ -19,7 +19,7 @@ testImplementation 'org.contextmapper:context-mapper-archunit-extension:0.1.0' org.contextmapper context-mapper-archunit-extension - 0.1.0 + 1.0.0 ```