From fdb6b8d392c123e42f280c8e27aaf76d8ed4d165 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Mon, 2 Mar 2020 19:57:10 +0100 Subject: [PATCH] Version 0.5.0 --- build.gradle | 4 ++-- src/main/oxt/writer2xhtml/description.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 8b9d199..1c4f93d 100644 --- a/build.gradle +++ b/build.gradle @@ -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") diff --git a/src/main/oxt/writer2xhtml/description.xml b/src/main/oxt/writer2xhtml/description.xml index 10a27be..368a1ba 100644 --- a/src/main/oxt/writer2xhtml/description.xml +++ b/src/main/oxt/writer2xhtml/description.xml @@ -5,7 +5,7 @@ - +