Change to version 0.76 for release

Change-Id: Ic4a63676aa222aed560025a73064e57425f51a3d
diff --git a/Changes b/Changes
index ec63bfb..4cf31b7 100644
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-# version 0.76-SNAPSHOT
+# version 0.76
 
 - Add institution & landingPage to the resource web-service (#777)
 - Make URL mandatory for plugin registration (#573)
diff --git a/pom.xml b/pom.xml
index b6bae5e..a7e72f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>de.ids-mannheim.korap.kustvakt</groupId>
 	<artifactId>Kustvakt</artifactId>
-	<version>0.76-SNAPSHOT</version>
+	<version>0.76</version>
 	<properties>
 		<java.version>17</java.version>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>