From aeff4a844c11ac4350f36950c73604f98dc0477f Mon Sep 17 00:00:00 2001 From: tntim96 Date: Tue, 2 Jan 2024 13:18:30 +1100 Subject: [PATCH] Release 2.0.19 --- History.md | 2 +- doc/buzz.html | 2 +- doc/contribute.html | 2 +- doc/downloads.html | 8 ++++---- doc/examples.html | 2 +- doc/faq.html | 2 +- doc/home.html | 2 +- doc/index.html | 4 ++-- doc/js/nav.js | 2 +- doc/license.html | 2 +- doc/links.html | 2 +- pom.xml | 2 +- src/main/resources/jscover/configuration.properties | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/History.md b/History.md index f299fbb0..a6d92e04 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,4 @@ -2.0.19 / 2023-??-?? +2.0.19 / 2023-01-02 ================== * Upgrade closure-compiler v20230502 to v20231112 * Update documentation and manual for Java 11 diff --git a/doc/buzz.html b/doc/buzz.html index ab50e0f7..1199820b 100644 --- a/doc/buzz.html +++ b/doc/buzz.html @@ -1,4 +1,4 @@ - +

JSCover Articles/Blogs

diff --git a/doc/contribute.html b/doc/contribute.html index 8221718f..6fd910cc 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -1,4 +1,4 @@ - +

Contribute

diff --git a/doc/downloads.html b/doc/downloads.html index 7fe38c60..c790633f 100644 --- a/doc/downloads.html +++ b/doc/downloads.html @@ -1,9 +1,9 @@ - +

Latest Stable Release

ZIP Release

The latest release is - v2.0.18. + v2.0.19.

See the @@ -18,12 +18,12 @@

Maven

<dependency>
    <groupId>com.github.tntim96</groupId>
    <artifactId>JSCover</artifactId>
-     <version>2.0.18</version>
+     <version>2.0.19</version>
</dependency>

Gradle

-
'com.github.tntim96:JSCover:2.0.18'
+
'com.github.tntim96:JSCover:2.0.19'
diff --git a/doc/examples.html b/doc/examples.html index 0860d0e8..603ecb89 100644 --- a/doc/examples.html +++ b/doc/examples.html @@ -1,4 +1,4 @@ - +

Working Examples

diff --git a/doc/faq.html b/doc/faq.html index 19302c7b..7d5ab882 100644 --- a/doc/faq.html +++ b/doc/faq.html @@ -1,4 +1,4 @@ - +

FAQ

Where is the encoding option?

diff --git a/doc/home.html b/doc/home.html index 1ed98efb..eaeb9a14 100644 --- a/doc/home.html +++ b/doc/home.html @@ -1,4 +1,4 @@ - +

JSCover

JSCover is a tool that measures code coverage for JavaScript programs. diff --git a/doc/index.html b/doc/index.html index ed5ec380..e94eaa6d 100644 --- a/doc/index.html +++ b/doc/index.html @@ -3,10 +3,10 @@ JSCover | JavaScript code coverage - + - +

diff --git a/doc/js/nav.js b/doc/js/nav.js index 2907e42d..c4fb2463 100644 --- a/doc/js/nav.js +++ b/doc/js/nav.js @@ -36,7 +36,7 @@ $(document).ready(function () { $('#container').html('

Loading...

'); var contentId = $(this).attr("id").replace('Link', ''); $.ajax({ - url: contentId + '.html?v=2018b', + url: contentId + '.html?v=2019', dataType: 'html', success: function (data) { $('#container').html(data + '

 

'); diff --git a/doc/license.html b/doc/license.html index 96ad220d..0fd61ae9 100644 --- a/doc/license.html +++ b/doc/license.html @@ -1,4 +1,4 @@ - +

License

GNU General Public License, version 2 in diff --git a/doc/links.html b/doc/links.html index 23c6d334..57b20426 100644 --- a/doc/links.html +++ b/doc/links.html @@ -1,4 +1,4 @@ - +

Used by this project at runtime

diff --git a/pom.xml b/pom.xml index 6ea1be12..7c4015ba 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ JSCoverjarJSCover - 2.0.19-SNAPSHOT + 2.0.19JSCover is a tool that measures code coverage for JavaScript programs.https://tntim96.github.io/JSCover/ diff --git a/src/main/resources/jscover/configuration.properties b/src/main/resources/jscover/configuration.properties index 988d3963..6e269daf 100644 --- a/src/main/resources/jscover/configuration.properties +++ b/src/main/resources/jscover/configuration.properties @@ -1 +1 @@ -version=2.0.19-SNAPSHOT \ No newline at end of file +version=2.0.19 \ No newline at end of file