From a033ef618e26317eb27e3cefd01b803fd2dd1618 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 10 Feb 2020 19:28:51 +0100 Subject: [PATCH] Version 0.4.4 --- build.gradle | 8 ++++---- src/main/oxt/writer2xhtml/description.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 9477889..a2efe08 100644 --- a/build.gradle +++ b/build.gradle @@ -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") diff --git a/src/main/oxt/writer2xhtml/description.xml b/src/main/oxt/writer2xhtml/description.xml index 2d512ab..e5e40a2 100644 --- a/src/main/oxt/writer2xhtml/description.xml +++ b/src/main/oxt/writer2xhtml/description.xml @@ -5,7 +5,7 @@ - +