Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 7546556

Browse files
committed
bumped up version to v0.1.2
1 parent d0de035 commit 7546556

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>de.filefighter</groupId>
1212
<artifactId>rest</artifactId>
13-
<version>0.1.1</version>
13+
<version>0.1.2</version>
1414
<name>RestApi</name>
1515
<description>RestApi for FileFighter</description>
1616

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ spring.data.mongodb.host=localhost
1616
spring.data.mongodb.port=20000
1717
spring.data.mongodb.auto-index-creation=true
1818
#------------------- Custom -----------------------
19-
filefighter.version=0.1.1
19+
filefighter.version=0.1.2
2020
filefighter.date=27.05.2021
2121
filefighter.disable-password-check=false

0 commit comments

Comments
 (0)