bump version

This commit is contained in:
Alexander Nozik 2020-09-15 21:14:21 +03:00
parent bc4456637c
commit 44ef4ad97f
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ plugins {
apply(plugin = "org.jetbrains.dokka") apply(plugin = "org.jetbrains.dokka")
val dataforgeVersion by extra("0.2.0-dev-1") val dataforgeVersion by extra("0.2.0-dev-2")
val bintrayRepo by extra("dataforge") val bintrayRepo by extra("dataforge")
val githubProject by extra("dataforge-core") val githubProject by extra("dataforge-core")

View File

@ -214,7 +214,7 @@ public fun IOPlugin.writeEnvelopeFile(
* Write separate meta and data files to given directory [path] * Write separate meta and data files to given directory [path]
*/ */
@DFExperimental @DFExperimental
fun IOPlugin.writeEnvelopeDirectory( public fun IOPlugin.writeEnvelopeDirectory(
path: Path, path: Path,
envelope: Envelope, envelope: Envelope,
metaFormat: MetaFormatFactory = JsonMetaFormat, metaFormat: MetaFormatFactory = JsonMetaFormat,