Skip to content

Commit

Permalink
prepare for next dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorrit Poelen committed Oct 23, 2023
1 parent ee1bba5 commit 7308669
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.globalbioticinteractions</groupId>
<artifactId>elton</artifactId>
<version>0.12.10</version>
<version>0.12.11-SNAPSHOT</version>
<name>Elton</name>
<description>Discover, access, and review, species interaction data</description>

Expand Down

0 comments on commit 7308669

Please sign in to comment.