Skip to content

Commit c25b6ab

Browse files
committed
Release v1.0.1
1 parent 017ee7e commit c25b6ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
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.0")
34+
implementation("com.michael-bull.kotlin-itertools:kotlin-itertools:1.0.1")
3535
}
3636
```
3737

Diff for: gradle.properties

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

55
kotlin.code.style=official

0 commit comments

Comments
 (0)