Skip to content

Commit f7c0352

Browse files
committed
Release 1.3.0
1 parent 1084589 commit f7c0352

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>nl.dtls</groupId>
1212
<artifactId>fairdatapoint</artifactId>
13-
<version>1.2.1</version>
13+
<version>1.3.0</version>
1414
<packaging>jar</packaging>
1515

1616
<name>FairDataPoint</name>

src/main/java/nl/dtls/fairdatapoint/config/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private ApiInfo apiInfo() {
7171
" FAIR Data Point Specification" +
7272
" </a>" +
7373
" <br/>",
74-
"1.2.1",
74+
"1.3.0",
7575
"ATO",
7676
new Contact("Luiz Bonino",
7777
"https://github.com/FAIRDataTeam/FAIRDataPoint",

0 commit comments

Comments
 (0)