From 7694a8911a43dd38c1cda00de0dcd7556a08fdf6 Mon Sep 17 00:00:00 2001 From: Georgy Litvinov Date: Fri, 15 Jan 2021 20:11:22 +0100 Subject: [PATCH] New version --- Redaction/Configuration.xba | 2 +- cleanandvalidate.update.xml | 4 ++-- description.xml | 2 +- gradle.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba index c3fcc55..3a67e77 100644 --- a/Redaction/Configuration.xba +++ b/Redaction/Configuration.xba @@ -1,7 +1,7 @@ Public Const redactionExtensionName As String = "cleanAndValidate" -Public Const redactionExtensionVersion = "0.9.23" +Public Const redactionExtensionVersion = "0.9.24" Function initRedactionConfiguration() On Error Goto exceptionHandler Dim regFactory As Object diff --git a/cleanandvalidate.update.xml b/cleanandvalidate.update.xml index f13cd1a..0a4d0f3 100644 --- a/cleanandvalidate.update.xml +++ b/cleanandvalidate.update.xml @@ -2,9 +2,9 @@ - + - + diff --git a/description.xml b/description.xml index 9ce9fe5..881ed0e 100644 --- a/description.xml +++ b/description.xml @@ -1,7 +1,7 @@ - + Cleaning and validation documents for publishing in html and epub with pagination diff --git a/gradle.properties b/gradle.properties index 3ef10fa..2c7537c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.9.23 +version=0.9.24