Skip to content

Commit

Permalink
Release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Dec 22, 2020
1 parent c90085a commit be0dc7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The @API Guardian library is deployed to Maven Central. You can simply add it as
<dependency>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
```

Expand All @@ -24,6 +24,6 @@ repositories {
mavenCentral()
}
dependencies {
api("org.apiguardian:apiguardian-api:1.1.0")
api("org.apiguardian:apiguardian-api:1.1.1")
}
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = org.apiguardian
version = 1.1.1-SNAPSHOT
version = 1.1.1

defaultBuiltBy = @API Guardian Team
releaseBranch = master

0 comments on commit be0dc7c

Please sign in to comment.