Version 0.5.0
This commit is contained in:
parent
296c8a28bd
commit
fdb6b8d392
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ sourceCompatibility = 1.8
|
|||
jar {
|
||||
manifest {
|
||||
attributes("Implementation-Title": "w2phtml",
|
||||
"Implementation-Version": "0.4.8",
|
||||
"Implementation-Version": "0.5.0",
|
||||
"Main-Class" : "writer2latex.Application",
|
||||
"Class-Path" : "jasp.jar parser.jar")
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ jar {
|
|||
task xhtml(type: Jar) {
|
||||
manifest {
|
||||
attributes("Implementation-Title": "w2phtml",
|
||||
"Implementation-Version": "0.4.8",
|
||||
"Implementation-Version": "0.5.0",
|
||||
"Built-By": "litvinovg",
|
||||
"RegistrationClassName" : "org.openoffice.da.comp.writer2xhtml.W2XRegistration",
|
||||
"Class-Path" : "jasp.jar parser.jar")
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<identifier value="pro.litvinovg.writer2paginatedhtml" />
|
||||
|
||||
<version value="0.4.8" />
|
||||
<version value="0.5.0" />
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue