Rereleased

This commit is contained in:
Georgy Litvinov 2020-06-25 13:03:43 +02:00
parent a259e1b7ed
commit 4e30440dfb
4 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@ apply plugin: 'java'
repositories{
mavenCentral()
}
def releaseVersion = "0.5.13"
def releaseVersion = "0.5.14"
def propertyFile = file "src/main/java/w2phtml/project.properties"
Properties properties = new Properties()
propertyFile.withReader { properties.load(it) }