Skip to content

Commit 10b5a46

Browse files
committed
little fix on docs
1 parent ed96b69 commit 10b5a46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can find KittyORM Demo application that shows KittyORM capabilities and cont
77
[KittyORM Project pages](https://akaish.github.io/KittyORMPages/)
88
[KittyORM Project at GitHub](https://github.com/akaish/KittyORM)
99
[KittyORM Demo and tutorial application](https://play.google.com/store/apps/details?id=net.akaish.kittyormdemo)
10-
Current version: [0.1.2](http://repo1.maven.org/maven2/net/akaish/kitty/orm/kitty-orm/)
10+
Current version: [0.1.4](http://repo1.maven.org/maven2/net/akaish/kitty/orm/kitty-orm/)
1111

1212
## Table of contents
1313
1. [Introduction to KittyORM](#introduction-to-kittyorm)
@@ -54,7 +54,7 @@ And some other features as well.
5454
First step is to add KittyORM via Gradle to your app `build.gradle`:
5555
```Java
5656
dependencies {
57-
compile 'net.akaish.kitty.orm:kitty-orm:0.1.2'
57+
implementation 'net.akaish.kitty.orm:kitty-orm:$latest_version'
5858
}
5959
```
6060

0 commit comments

Comments
 (0)