diff --git a/README.md b/README.md index 8f29744..e757cec 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Elton needs Java 8+ to run.[Why OpenJDK 8?](https://adoptopenjdk.net/support.htm On linux/mac, you can run the following to install a copy of elton: ```bash -sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.12.8/elton.jar) > /usr/local/bin/elton && chmod +x /usr/local/bin/elton' && elton version +sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.12.10/elton.jar) > /usr/local/bin/elton && chmod +x /usr/local/bin/elton' && elton version ``` Configuration to help Global Biotic Interactions (GloBI, https://globalbioticinteractions.org) index: @@ -41,7 +41,7 @@ You can also install Elton by manually downloading `elton.jar` from one of the [ To install elton as a debian package use: ```bash -curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.12.8/elton.deb\ +curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.12.10/elton.deb\ > elton.deb sudo apt install ./elton.deb ``` diff --git a/pom.xml b/pom.xml index 6527891..eae5e1f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.globalbioticinteractions elton - 0.12.10 + 0.12.11-SNAPSHOT Elton Discover, access, and review, species interaction data