Skip to content

Commit 373bcfc

Browse files
committed
reactify-core
1 parent 21d3fb2 commit 373bcfc

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
@@ -30,15 +30,15 @@ Gradle is the only supported build configuration, so just add the dependency to
3030

3131
```kotlin
3232
dependencies {
33-
implementation("io.github.hoangtien2k3:reactify-core:1.2.6")
33+
implementation("io.github.hoangtien2k3:reactify-core:1.2.7")
3434
}
3535
```
3636

3737
```maven
3838
<dependency>
3939
<groupId>io.github.hoangtien2k3</groupId>
4040
<artifactId>reactify-core</artifactId>
41-
<version>1.2.6</version>
41+
<version>1.2.7</version>
4242
</dependency>
4343
```
4444

0 commit comments

Comments
 (0)