Skip to content

Commit ea2a675

Browse files
authored
Update README.md
1 parent 5ae9203 commit ea2a675

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--beta--22-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--beta--38-blue.svg)](http://kotlinlang.org/)
44

55
An attempt to implement monads in Kotlin, deeply inspired by Haskell monads, but restricted within the Kotlin type system.
66

@@ -31,7 +31,7 @@ Add as a dependency:
3131
}
3232

3333
dependencies {
34-
compile 'com.github.h0tk3y:kotlin-monads:0.3-1'
34+
compile 'com.github.h0tk3y:kotlin-monads:0.4'
3535
}
3636

3737
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)