diff --git a/History.md b/History.md
index e7db4794..3b85a51c 100644
--- a/History.md
+++ b/History.md
@@ -1,4 +1,4 @@
-2.0.20 / 2024-??-??
+2.0.20 / 2024-08-30
==================
* Fix sort by name implementation (https://github.com/tntim96/JSCover/issues/328)
* Upgrade closure-compiler v20231112 to v20240317, gson 2.10.1 to 2.11.0
diff --git a/bookmarks.html b/bookmarks.html
index 7b8ce194..15d71911 100644
--- a/bookmarks.html
+++ b/bookmarks.html
@@ -111,7 +111,7 @@
Release Steps
Update release date in History.md
Make sure working directory is clear of changes
Make sure all tests pass and build sourceforge release (ant release)
- Commit changes and tag with version (git tag v2.0.19, git push --tags, git push gl-origin --tags, git push sf-origin --tags)
+ Commit changes and tag with version (git tag v2.0.20, git push --tags, git push gl-origin --tags, git push sf-origin --tags)
Upload sourceforge release
Build Maven files (ant generate-files)
Sign files (gpg -ab filename)
diff --git a/doc/buzz.html b/doc/buzz.html
index 1199820b..ddce3cd8 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 6fd910cc..8dd9953f 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 c790633f..9e1a7363 100644
--- a/doc/downloads.html
+++ b/doc/downloads.html
@@ -1,9 +1,9 @@
-
+
Latest Stable Release
ZIP Release
The latest release is
- v2.0.19 .
+ v2.0.20 .
See the
@@ -18,12 +18,12 @@
Maven
<dependency>
< groupId> com.github.tntim96 </groupId>
<artifactId> JSCover </artifactId>
- <version> 2.0.19 </version>
+ <version> 2.0.20 </version>
</dependency>
Gradle
- ' com.github.tntim96 : JSCover : 2.0.19 '
+ ' com.github.tntim96 : JSCover : 2.0.20 '
diff --git a/doc/examples.html b/doc/examples.html
index 603ecb89..c4dcb4b2 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 7d5ab882..e34b54f2 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 eaeb9a14..0312aa0e 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 e94eaa6d..c15dd0e4 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 c4fb2463..c45c9cc8 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=2019',
+ url: contentId + '.html?v=2020',
dataType: 'html',
success: function (data) {
$('#container').html(data + '
');
diff --git a/doc/license.html b/doc/license.html
index 0fd61ae9..a7f68a8a 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 57b20426..5e06456c 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 87f7eb06..39a72f2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
JSCover
jar
JSCover
- 2.0.20-SNAPSHOT
+ 2.0.20
JSCover 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 1c959b47..c29ec393 100644
--- a/src/main/resources/jscover/configuration.properties
+++ b/src/main/resources/jscover/configuration.properties
@@ -1 +1 @@
-version=2.0.20-SNAPSHOT
\ No newline at end of file
+version=2.0.20
\ No newline at end of file