Skip to content

Commit c799332

Browse files
Prepare release 3.3.1
1 parent 7013bc2 commit c799332

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@ Available on <a href="https://search.maven.org/search?q=g:org.greenrobot%20AND%2
7070

7171
Android projects:
7272
```groovy
73-
implementation("org.greenrobot:eventbus:3.3.0")
73+
implementation("org.greenrobot:eventbus:3.3.1")
7474
```
7575

7676
Java projects:
7777
```groovy
78-
implementation("org.greenrobot:eventbus-java:3.3.0")
78+
implementation("org.greenrobot:eventbus-java:3.3.1")
7979
```
8080
```xml
8181
<dependency>
8282
<groupId>org.greenrobot</groupId>
8383
<artifactId>eventbus-java</artifactId>
84-
<version>3.3.0</version>
84+
<version>3.3.1</version>
8585
</dependency>
8686
```
8787

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313

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

1818
allprojects {
1919
repositories {

0 commit comments

Comments
 (0)