Skip to content

Commit 35c301d

Browse files
authored
Update README.md
1 parent e1e8f44 commit 35c301d

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
@@ -1,6 +1,6 @@
11
# kotlin-monads
22

3-
[![](https://jitpack.io/v/h0tk3y/kotlin-monads.svg)](https://jitpack.io/#h0tk3y/kotlin-monads) [![](https://img.shields.io/badge/kotlin-1.1--M03-blue.svg)](http://kotlinlang.org/)
3+
[![](https://jitpack.io/v/h0tk3y/kotlin-monads.svg)](https://jitpack.io/#h0tk3y/kotlin-monads) [![](https://img.shields.io/badge/kotlin-1.1--M04-blue.svg)](http://kotlinlang.org/)
44

55
An attempt to implement monads in Kotlin.
66

@@ -30,7 +30,7 @@ Add as a dependency:
3030
}
3131

3232
dependencies {
33-
compile 'com.github.h0tk3y:kotlin-monads:0.1'
33+
compile 'com.github.h0tk3y:kotlin-monads:0.2'
3434
}
3535

3636
See the usage examples in [tests](https://github.com/h0tk3y/kotlin-monads/tree/master/src/test/kotlin/com/github/h0tk3y/kotlinMonads).

0 commit comments

Comments
 (0)