Skip to content

Commit 4dc2551

Browse files
authored
Update README.md
1 parent 4a4a12a commit 4dc2551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Therefore, you can easily include the library to your Maven or Gradle build:
1414
<dependency>
1515
<groupId>org.contextmapper</groupId>
1616
<artifactId>context-map-generator</artifactId>
17-
<version>1.0.1</version>
17+
<version>1.0.2</version>
1818
</dependency>
1919
```
2020

2121
**Gradle:**
2222
```gradle
23-
implementation 'org.contextmapper:context-map-generator:1.0.1'
23+
implementation 'org.contextmapper:context-map-generator:1.0.2'
2424
```
2525

2626
### Preconditions

0 commit comments

Comments
 (0)