Skip to content

Commit

Permalink
version bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
menishmueli committed Jan 21, 2024
1 parent 7087eb3 commit 46c26c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,7 +45,7 @@ See [Our Features](https://dataflint.gitbook.io/dataflint-for-spark/overview/our

Install DataFlint via sbt:
```sbt
libraryDependencies += "io.dataflint" %% "spark_2.12" % "0.1.1"
libraryDependencies += "io.dataflint" %% "spark_2.12" % "0.1.2"
```

Then instruct spark to load the DataFlint plugin:
Expand All @@ -61,7 +61,7 @@ Alternatively, install DataFlint with **no code change** as a spark ivy package

```bash
spark-submit
--packages io.dataflint:spark_2.12:0.1.1 \
--packages io.dataflint:spark_2.12:0.1.2 \
--conf spark.plugins=io.dataflint.spark.SparkDataflintPlugin \
...
```
Expand Down
2 changes: 1 addition & 1 deletion spark-plugin/build.sbt
@@ -1,6 +1,6 @@
import xerial.sbt.Sonatype._

lazy val versionNum: String = "0.1.1"
lazy val versionNum: String = "0.1.2"
lazy val scala212 = "2.12.18"
lazy val scala213 = "2.13.12"
lazy val supportedScalaVersions = List(scala212, scala213)
Expand Down
4 changes: 2 additions & 2 deletions spark-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spark-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "dataflint-ui",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "./",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 46c26c5

Please sign in to comment.