Skip to content

Commit

Permalink
Prepare release 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Dec 8, 2021
1 parent 7013bc2 commit c799332
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@ Available on <a href="https://search.maven.org/search?q=g:org.greenrobot%20AND%2

Android projects:
```groovy
implementation("org.greenrobot:eventbus:3.3.0")
implementation("org.greenrobot:eventbus:3.3.1")
```

Java projects:
```groovy
implementation("org.greenrobot:eventbus-java:3.3.0")
implementation("org.greenrobot:eventbus-java:3.3.1")
```
```xml
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus-java</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

// Set group and version in root build.gradle so publish-plugin can detect them.
group = "org.greenrobot"
version = "3.3.0"
version = "3.3.1"

allprojects {
repositories {
Expand Down

0 comments on commit c799332

Please sign in to comment.