Skip to content

Commit

Permalink
bump to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
shuttie committed Sep 23, 2021
1 parent 25db67c commit 1172666
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
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.3"
libraryDependencies += "io.findify" %% "flink-adt" % "0.4.4"
```

To use this library, swap `import org.apache.flink.api.scala._` with `import io.findify.flinkadt.api._` and enjoy.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "flink-adt"

version := "0.4.3"
version := "0.4.4"

scalaVersion := "2.12.15"

Expand Down

0 comments on commit 1172666

Please sign in to comment.