Skip to content

Commit ecdae68

Browse files
committed
Release v1.0.2
1 parent 5291659 commit ecdae68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
}
3232
3333
dependencies {
34-
implementation("com.michael-bull.kotlin-itertools:kotlin-itertools:1.0.1")
34+
implementation("com.michael-bull.kotlin-itertools:kotlin-itertools:1.0.2")
3535
}
3636
```
3737

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.michael-bull.kotlin-itertools
2-
version=1.0.2-SNAPSHOT
2+
version=1.0.2
33
description=Multiplatform combinatoric sequences for Kotlin, inspired by python-itertools.
44

55
kotlin.code.style=official

0 commit comments

Comments
 (0)