diff --git a/build.gradle b/build.gradle index 00c6dc822..d346608e9 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ apply from: "${project.rootDir}/gradle/eclipse.gradle" sourceCompatibility = 1.8 targetCompatibility = 1.8 group = 'de.mediathekview' -version = '3.1.35' +version = '3.1.36' def jarName = 'MServer.jar' def mainClass = 'mServer.Main'