From 9f298384fbdb99f872775f377d7c1e2ab19b71b2 Mon Sep 17 00:00:00 2001 From: Gerd Aschemann Date: Wed, 11 Oct 2023 20:34:02 +0200 Subject: [PATCH] #309 Switch to version 2.0.0 due to modularization --- README.adoc | 2 +- changelog.txt | 3 +++ gradle.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 9d482aa6..62472d7e 100644 --- a/README.adoc +++ b/README.adoc @@ -1,5 +1,5 @@ = image:./htmlsanitycheck-logo.png[Html-SC] Html Sanity Check -:version: 1.1.5 +:version: 2.0.0 :plugin-url: https://github.com/aim42/htmlSanityCheck :plugin-issues: https://github.com/aim42/htmlSanityCheck/issues diff --git a/changelog.txt b/changelog.txt index c8e6b633..078e7e22 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ HtmlSanityCheck - ChangeLog +v 2.0.0 +October 2023: GA/BK/JT, modularize htmlSanityChecker -> gradle plugin + core (+ CLI) + v 1.1.5 April 2021: GS, compiled with Java 8 - as I accidentally compiled V 1.1.4 with jdk 14... no other changes or fixes diff --git a/gradle.properties b/gradle.properties index 2941cdd4..2a774f34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ // version now handled in build.gradle -version=1.1.5 +version=2.0.0