diff --git a/README.MD b/README.MD
index 1524863..fae0373 100644
--- a/README.MD
+++ b/README.MD
@@ -19,16 +19,6 @@ the [Open Autonomous Public License (OAPL)](https://open-autonomous-connection.o
Therefore, within OAC, the OAPL terms apply to UnlegitLibrary as well.
### Take a look into [Certificate Generation](https://repo.unlegitdqrk.dev/UnlegitDqrk/unlegitlibrary/src/branch/master#certificate-generation-for-networksystem).
-# Bugs/Problems
-- Project not tested yet
-# In progress
-- WebServer
-# TODO
-- Finishing WebServer
-- Writing INS Backend and Frontend
-- Writing WebClient
-- Writing WebServer
-- Documentation / Wiki
# Maven
### pom.xml
diff --git a/pom.xml b/pom.xml
index c637bb0..1af21a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.openautonomousconnection
Protocol
- 1.0.0-BETA.7.3
+ 1.0.0-BETA.7.4
Open Autonomous Connection
https://open-autonomous-connection.org/
@@ -119,7 +119,7 @@
dev.unlegitdqrk
unlegitlibrary
- 1.7.9
+ 1.8.0
org.projectlombok
diff --git a/src/main/java/org/openautonomousconnection/protocol/versions/v1_0_0/beta/TOFUFeedback.java b/src/main/java/org/openautonomousconnection/protocol/versions/v1_0_0/beta/TOFUFeedback.java
index 449945f..e23c54f 100644
--- a/src/main/java/org/openautonomousconnection/protocol/versions/v1_0_0/beta/TOFUFeedback.java
+++ b/src/main/java/org/openautonomousconnection/protocol/versions/v1_0_0/beta/TOFUFeedback.java
@@ -2,6 +2,6 @@ package org.openautonomousconnection.protocol.versions.v1_0_0.beta;
public enum TOFUFeedback {
- TRUST, TRUST_ONCE, DISCONNECT
+ TRUST, DISCONNECT
}