Skip to content

Commit 02ca989

Browse files
committed
Update version from 0.0.1 to 0.0.2
1 parent 21e58c5 commit 02ca989

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ repositories {
5454
5555
dependencies {
5656
// Provides the documentation API
57-
implementation 'io.github.stavshamir:springwolf-core:0.0.1'
57+
implementation 'io.github.stavshamir:springwolf-core:0.0.2'
5858
5959
// 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'
6161
}
6262
```
6363
##### Maven
@@ -66,12 +66,12 @@ dependencies {
6666
<dependency>
6767
<groupId>io.github.stavshamir</groupId>
6868
<artifactId>springwolf-core</artifactId>
69-
<version>0.0.1</version>
69+
<version>0.0.2</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>io.github.stavshamir</groupId>
7373
<artifactId>springwolf-ui</artifactId>
74-
<version>0.0.1</version>
74+
<version>0.0.2</version>
7575
</dependency>
7676
</dependencies>
7777
```

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ allprojects {
77
}
88

99
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'
1313
}

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
app:
4-
image: stavshamir/springwolf:0.0.1
4+
image: stavshamir/springwolf:0.0.2
55
links:
66
- kafka
77
environment:

springwolf-example/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
app:
4-
image: stavshamir/springwolf-example:0.0.1
4+
image: stavshamir/springwolf-example:0.0.2
55
links:
66
- kafka
77
environment:

0 commit comments

Comments
 (0)