diff options
author | Yuchen Pei <hi@ypei.me> | 2021-11-15 14:01:02 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2021-11-23 18:45:03 +1100 |
commit | 4b90ba1ca998ab2e31cccb1910e32c02637dbf57 (patch) | |
tree | 548ee3a1d4bb75e18eb0b726a11a3b31833cb39a | |
parent | 3b8c600fbe0add03b038395779182e2a9c48b295 (diff) |
Releasing 7.20.3
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | docs/version.texi | 8 | ||||
-rw-r--r-- | manifest.json | 2 |
3 files changed, 9 insertions, 5 deletions
@@ -0,0 +1,4 @@ +New in 7.20.3 + + * Fix build by updating json files + * Fix hanging on certain websites
\ No newline at end of file diff --git a/docs/version.texi b/docs/version.texi index e300ce7..bb7a044 100644 --- a/docs/version.texi +++ b/docs/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 8 October 2018 -@set UPDATED-MONTH October 2018 -@set EDITION 2 -@set VERSION 7.17 +@set UPDATED 15 November 2021 +@set UPDATED-MONTH November 2021 +@set EDITION 3 +@set VERSION 7.20 diff --git a/manifest.json b/manifest.json index bccb1d7..0cd6f3a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "GNU LibreJS", "short_name": "LibreJS", - "version": "7.20.2", + "version": "7.20.3", "author": "various", "description": "Only allows free and/or trivial Javascript to run.", "applications": { |