Skip to content

Commit

Permalink
Version auf 3.1.46 angehoben.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1702 committed Mar 4, 2018
1 parent fd0aa55 commit 834a8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
group = 'de.mediathekview'
archivesBaseName = "MServer"
version = '3.1.45'
version = '3.1.46'

def jarName = 'MServer.jar'
def mainClass = 'mServer.Main'
Expand All @@ -39,7 +39,7 @@ repositories {
mavenLocal()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}

Expand Down

0 comments on commit 834a8e4

Please sign in to comment.