File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ repositories {
54
54
55
55
dependencies {
56
56
// Provides the documentation API
57
- implementation 'io.github.stavshamir:springwolf-core:0.0.1 '
57
+ implementation 'io.github.stavshamir:springwolf-core:0.0.2 '
58
58
59
59
// Provides the UI - optional (recommended)
60
- runtimeOnly 'io.github.stavshamir:springwolf-ui:0.0.1 '
60
+ runtimeOnly 'io.github.stavshamir:springwolf-ui:0.0.2 '
61
61
}
62
62
```
63
63
##### Maven
@@ -66,12 +66,12 @@ dependencies {
66
66
<dependency >
67
67
<groupId >io.github.stavshamir</groupId >
68
68
<artifactId >springwolf-core</artifactId >
69
- <version >0.0.1 </version >
69
+ <version >0.0.2 </version >
70
70
</dependency >
71
71
<dependency >
72
72
<groupId >io.github.stavshamir</groupId >
73
73
<artifactId >springwolf-ui</artifactId >
74
- <version >0.0.1 </version >
74
+ <version >0.0.2 </version >
75
75
</dependency >
76
76
</dependencies >
77
77
```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ allprojects {
7
7
}
8
8
9
9
ext {
10
- coreVersion = ' 0.0.1 '
11
- uiVersion = ' 0.0.1 '
12
- exampleVersion = ' 0.0.1 '
10
+ coreVersion = ' 0.0.2 '
11
+ uiVersion = ' 0.0.2 '
12
+ exampleVersion = ' 0.0.2 '
13
13
}
Original file line number Diff line number Diff line change 1
1
version : ' 3'
2
2
services :
3
3
app :
4
- image : stavshamir/springwolf:0.0.1
4
+ image : stavshamir/springwolf:0.0.2
5
5
links :
6
6
- kafka
7
7
environment :
Original file line number Diff line number Diff line change 1
1
version : ' 3'
2
2
services :
3
3
app :
4
- image : stavshamir/springwolf-example:0.0.1
4
+ image : stavshamir/springwolf-example:0.0.2
5
5
links :
6
6
- kafka
7
7
environment :
You can’t perform that action at this time.
0 commit comments