Skip to content

Commit cc0ddd5

Browse files
upgrade to latest version 0.13.0 (#50)
* update version to 0.13.0
1 parent bf6fea8 commit cc0ddd5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
// Provides the documentation API
3-
implementation 'io.github.springwolf:springwolf-kafka:0.12.0'
3+
implementation 'io.github.springwolf:springwolf-kafka:0.13.0'
44

55
// Provides the UI - optional (recommended)
6-
runtimeOnly 'io.github.springwolf:springwolf-ui:0.8.0'
6+
runtimeOnly 'io.github.springwolf:springwolf-ui:0.13.0'
77
}

docs/snippets/_springwolf_maven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<dependency>
44
<groupId>io.github.springwolf</groupId>
55
<artifactId>springwolf-kafka</artifactId>
6-
<version>0.12.0</version>
6+
<version>0.13.0</version>
77
</dependency>
88
<!-- Provides the UI - optional (recommended) -->
99
<dependency>
1010
<groupId>io.github.springwolf</groupId>
1111
<artifactId>springwolf-ui</artifactId>
12-
<version>0.8.0</version>
12+
<version>0.13.0</version>
1313
</dependency>
1414
</dependencies>

0 commit comments

Comments
 (0)