Version 0.4.4

This commit is contained in:
Georgy Litvinov 2020-02-10 19:28:51 +01:00
parent 44a0321fad
commit a033ef618e
2 changed files with 5 additions and 5 deletions

View file

@ -6,8 +6,8 @@ repositories{
sourceCompatibility = 1.8
jar {
manifest {
attributes("Implementation-Title": "Writer2xhtml",
"Implementation-Version": "0.1.2",
attributes("Implementation-Title": "w2phtml",
"Implementation-Version": "0.4.4",
"Main-Class" : "writer2latex.Application",
"Class-Path" : "jasp.jar parser.jar")
}
@ -38,8 +38,8 @@ jar {
}
task xhtml(type: Jar) {
manifest {
attributes("Implementation-Title": "Writer2xhtml",
"Implementation-Version": "0.1.2",
attributes("Implementation-Title": "w2phtml",
"Implementation-Version": "0.4.4",
"Built-By": "litvinovg",
"RegistrationClassName" : "org.openoffice.da.comp.writer2xhtml.W2XRegistration",
"Class-Path" : "jasp.jar parser.jar")

View file

@ -5,7 +5,7 @@
<identifier value="pro.litvinovg.writer2paginatedhtml" />
<version value="0.4.3" />
<version value="0.4.4" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>