Skip to content

Commit

Permalink
resource-iterator: 1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sszuev committed Dec 19, 2023
1 parent db8ff41 commit 2726cbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Resource Iterator

A simple kotlin library providing `ResourceIterator`,
which is an extended `kotlin.collections.Iterator` implementing `java.lang.AutoCloseable` interface:
which is an extended `kotlin.collections.Iterator` implementing `AutoCloseable` interface:

```kotlin
interface ResourceIterator<out X> : Iterator<X>, AutoCloseable {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "cc.datafabric"
version = "1.0-SNAPSHOT"
version = "1.1-SNAPSHOT"

repositories {
mavenCentral()
Expand Down

0 comments on commit 2726cbe

Please sign in to comment.