Skip to content

Commit

Permalink
Release 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Jan 3, 2024
1 parent 89f8c14 commit 93e410e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: BridgeDb Webservice
version: 2.1.6
date-released: 2023-10-01
version: 2.1.7
date-released: 2024-01-03
url: "https://github.com/bridgedb/BridgeDbWebservice"
preferred-citation:
- type: article
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The BridgeDb Webservice provides a REST service to access identifier mapping dat

## Running the webservice

Use the latest jar file available here: [link](https://github.com/bridgedb/BridgeDbWebservice/releases/download/2.1.5/BridgeDbWebservice-2.1.5-jar-with-dependencies.jar)
Use the latest jar file available here: [link](https://github.com/bridgedb/BridgeDbWebservice/releases/download/2.1.5/BridgeDbWebservice-2.1.7-jar-with-dependencies.jar)

### Downloading BridgeDb ID mapping databases

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.bridgedb.webservicetesting</groupId>
<artifactId>BridgeDbWebservice</artifactId>
<version>2.1.7-SNAPSHOT</version>
<version>2.1.7</version>
<packaging>jar</packaging>

<name>BridgeDbWebservice</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/webservice.props
Original file line number Diff line number Diff line change
@@ -1 +1 @@
webservice.version=2.1.6
webservice.version=2.1.7

0 comments on commit 93e410e

Please sign in to comment.