From 87505677fa22f2fcb8628fefd139c8e3dd8ec1f2 Mon Sep 17 00:00:00 2001 From: Jorrit Poelen Date: Mon, 5 Aug 2024 14:14:28 -0500 Subject: [PATCH] prepare for next release cycle --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 177fb21..83f74f1 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,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.13.6/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.13.7/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: @@ -43,7 +43,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.13.6/elton.deb\ +curl -L https://github.com/globalbioticinteractions/elton/releases/download/0.13.7/elton.deb\ > elton.deb sudo apt install ./elton.deb ``` diff --git a/pom.xml b/pom.xml index e3734ed..9c2cc4f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.globalbioticinteractions elton - 0.13.7 + 0.13.8-SNAPSHOT Elton Discover, access, and review, species interaction data