From be0dc7cdb9d45220ba8bc938c7ab92ac642333f5 Mon Sep 17 00:00:00 2001 From: Marc Philipp Date: Tue, 22 Dec 2020 16:23:10 +0100 Subject: [PATCH] Release 1.1.1 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 857c819..d02f6eb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The @API Guardian library is deployed to Maven Central. You can simply add it as org.apiguardian apiguardian-api - 1.1.0 + 1.1.1 ``` @@ -24,6 +24,6 @@ repositories { mavenCentral() } dependencies { - api("org.apiguardian:apiguardian-api:1.1.0") + api("org.apiguardian:apiguardian-api:1.1.1") } ``` diff --git a/gradle.properties b/gradle.properties index 8477986..70269f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group = org.apiguardian -version = 1.1.1-SNAPSHOT +version = 1.1.1 defaultBuiltBy = @API Guardian Team releaseBranch = master