Skip to content

Commit 0bb3d0a

Browse files
authored
chore: bump version in README.md (#14)
1 parent d04f023 commit 0bb3d0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ only the JSON parsing library as the dependency to do not blow your dependency t
88
<dependency>
99
<groupId>io.github.lothar1998</groupId>
1010
<artifactId>kuberesolver-java</artifactId>
11-
<version>0.0.1</version>
11+
<version>0.0.2</version>
1212
</dependency>
1313
```
1414

1515
#### Gradle
1616
```groovy
17-
implementation 'io.github.lothar1998:kuberesolver-java:0.0.1'
17+
implementation 'io.github.lothar1998:kuberesolver-java:0.0.2'
1818
```
1919
Then register `KubernetesNameResolverProvider` in default registry:
2020
```java

0 commit comments

Comments
 (0)