bump version
This commit is contained in:
parent
bc4456637c
commit
44ef4ad97f
@ -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")
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user