0.2.0 #71

Merged
altavir merged 139 commits from dev into master 2022-01-24 09:44:18 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d916dde6a7 - Show all commits

View File

@ -2,7 +2,7 @@ plugins {
id("ru.mipt.npm.gradle.project")
}
val dataforgeVersion by extra("0.5.0-dev-11")
val dataforgeVersion by extra("0.5.0")
val fxVersion by extra("11")
allprojects {

View File

@ -2,7 +2,7 @@ plugins {
id("ru.mipt.npm.gradle.mpp")
}
val plotlyVersion = "0.5.0-dev-1"
val plotlyVersion = "0.5.0"
kscience {
useSerialization()