Skip to content

Commit

Permalink
Prepare release 1.0.0 #102
Browse files Browse the repository at this point in the history
  • Loading branch information
walterxie committed Feb 15, 2023
1 parent 1f0c6dc commit 37c5b7c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lphybeast/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
Expand Down

0 comments on commit 37c5b7c

Please sign in to comment.