From 37c5b7c89c74da94f4fbd39491342e7390feb2a2 Mon Sep 17 00:00:00 2001 From: walterxie Date: Wed, 15 Feb 2023 15:54:01 +1300 Subject: [PATCH] Prepare release 1.0.0 #102 --- lphybeast/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lphybeast/build.gradle.kts b/lphybeast/build.gradle.kts index 7f6eb94..087abaf 100644 --- a/lphybeast/build.gradle.kts +++ b/lphybeast/build.gradle.kts @@ -31,9 +31,9 @@ val lblibs by configurations.creating { } } -// TODO 3 versions: here, LPhyBEAST, version.xml +// TODO 3 versions: here, LPhyBeastCMD, version.xml // version has to be manually adjusted to keep same between version.xml and here -version = "1.0.0-SNAPSHOT" +version = "1.0.0" // if the project dependencies ues impl, then impl(proj(..)) will only have source code, @@ -49,7 +49,7 @@ dependencies { * such as "io.github.linguaphylo:lphy:1.2.0!!". * https://docs.gradle.org/current/userguide/rich_versions.html#sec:strict-version */ - api("io.github.linguaphylo:lphy:1.4.0-SNAPSHOT") + api("io.github.linguaphylo:lphy:1.4.0") // all released beast 2 libs // TODO beast2 jar contains Apache math. Be aware of version conflict to LPhy dependency.