Skip to content

Commit 84a31e4

Browse files
author
Dmitry Zaytsev
committed
Updated version in README
1 parent 5ba26c6 commit 84a31e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ repositories {
2323
Add dependencies.
2424

2525
```groovy
26-
compile 'com.github.car2go.Endpoint2mock:endpoint2mock:1.0.0'
26+
compile 'com.github.car2go.Endpoint2mock:endpoint2mock:1.0.1'
2727
2828
// If you use Kotlin
29-
kapt 'com.github.car2go.Endpoint2mock:endpoint2mock-compiler:1.0.0'
29+
kapt 'com.github.car2go.Endpoint2mock:endpoint2mock-compiler:1.0.1'
3030
3131
// If you do not use Kotlin
32-
apt 'com.github.car2go.Endpoint2mock:endpoint2mock-compiler:1.0.0'
32+
apt 'com.github.car2go.Endpoint2mock:endpoint2mock-compiler:1.0.1'
3333
```
3434

3535
### Step three

0 commit comments

Comments
 (0)