Skip to content

Commit

Permalink
bump version to 0.4.2 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttie authored Jun 16, 2021
1 parent 1baae7d commit 48c1bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ versions

`flink-adt` is released to Maven-central. For SBT, add this snippet to `build.sbt`:
```scala
libraryDependencies += "io.findify" %% "flink-adt" % "0.4.1"
libraryDependencies += "io.findify" %% "flink-adt" % "0.4.2"
```

To use this library, swap `import org.apache.flink.api.scala._` with `import io.findify.flinkadt.api._` and enjoy.
Expand Down

0 comments on commit 48c1bd2

Please sign in to comment.