Version 0.5.1

This commit is contained in:
Georgy Litvinov 2020-03-09 10:13:39 +01:00
parent 3a20da2b47
commit 8f56208024
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ jar {
task xhtml(type: Jar) {
manifest {
attributes("Implementation-Title": "w2phtml",
"Implementation-Version": "0.5.0",
"Implementation-Version": "0.5.1",
"Built-By": "litvinovg",
"RegistrationClassName" : "org.openoffice.da.comp.writer2xhtml.W2XRegistration",
"Class-Path" : "jasp.jar parser.jar")