Skip to content

Commit ecef261

Browse files
committed
release: 1.0.0-RC4
1 parent 30125ce commit ecef261

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

asyncapi-core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ which allows to use it in null-safety languages like `kotlin` without extra head
1010
<dependency>
1111
<groupId>com.asyncapi</groupId>
1212
<artifactId>asyncapi-core</artifactId>
13-
<version>1.0.0-RC3</version>
13+
<version>1.0.0-RC4</version>
1414
</dependency>
1515
```
1616

asyncapi-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>asyncapi</artifactId>
88
<groupId>com.asyncapi</groupId>
9-
<version>1.0.0-RC3</version>
9+
<version>1.0.0-RC4</version>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

0 commit comments

Comments
 (0)