diff --git a/Redaction/Configuration.xba b/Redaction/Configuration.xba index 5819383..9e4a190 100644 --- a/Redaction/Configuration.xba +++ b/Redaction/Configuration.xba @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.dtd"> <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Configuration" script:language="StarBasic" script:moduleType="normal">Public Const redactionExtensionName = "cleanAndValidate" -Public Const redactionExtensionVersion = "0.10.10" +Public Const redactionExtensionVersion = "0.10.11" Public Const template_name_monography = "Монография" Public Const template_name_pj = "Философский журнал" Public Const template_name_pq = "Вопросы философии" diff --git a/description.xml b/description.xml index c242639..be730b9 100644 --- a/description.xml +++ b/description.xml @@ -21,7 +21,7 @@ - <version value="0.10.10"/> + <version value="0.10.11"/> diff --git a/gradle.properties b/gradle.properties index d9371f5..8e6f42e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.10.10 +version=0.10.11