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

Commit 5351317

Browse files
committed
bumped up version to v0.1.1
1 parent 98c7674 commit 5351317

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.0</version>
13+
<version>0.1.1</version>
1414
<name>RestApi</name>
1515
<description>RestApi for FileFighter</description>
1616

src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
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.0
20-
filefighter.date=22.05.2021
19+
filefighter.version=0.1.1
20+
filefighter.date=27.05.2021
2121
filefighter.disable-password-check=false

0 commit comments

Comments
 (0)