We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d58e53 commit d263fa7Copy full SHA for d263fa7
CITATION.cff
@@ -1,8 +1,8 @@
1
cff-version: 1.2.0
2
message: "If you use this software, please cite it as below."
3
title: BridgeDb Webservice
4
-version: 2.1.5
5
-date-released: 2023-08-24
+version: 2.1.6
+date-released: 2023-10-01
6
url: "https://github.com/bridgedb/BridgeDbWebservice"
7
preferred-citation:
8
- type: article
pom.xml
@@ -4,7 +4,7 @@
<groupId>org.bridgedb.webservicetesting</groupId>
<artifactId>BridgeDbWebservice</artifactId>
- <version>2.1.6-SNAPSHOT</version>
+ <version>2.1.6</version>
<packaging>jar</packaging>
9
10
<name>BridgeDbWebservice</name>
src/main/resources/webservice.props
@@ -1 +1 @@
-webservice.version=2.1.5
+webservice.version=2.1.6
0 commit comments