diff --git a/CHANGELOG.md b/CHANGELOG.md index 5861e5d..c428847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ *** +### Release 20.04.1 + +- Firefox **75.0** + ### Release 20.04 - Firefox **74.0.1** diff --git a/README.md b/README.md index 5e89755..19dbcfd 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,6 @@ Credit goes to all the countless people and companies who contribute to open sou -[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox74.0.1/blue +[badge-VERSION_STICKER_LATEST]: https://badgen.net/badge/version%20sticker/ubuntu18.04.4-firefox75.0/blue [badge-github-commit-latest]: https://images.microbadger.com/badges/commit/accetto/ubuntu-vnc-xfce-firefox-plus.svg diff --git a/hooks/env b/hooks/env index 20aa5fb..c3cbc0d 100644 --- a/hooks/env +++ b/hooks/env @@ -11,7 +11,7 @@ BASETAG="" TODAY=$(date +%Y-%m-%d) ### Warning! The values must be explicit strings (used by utils). -VERSION_STICKER_LATEST="ubuntu18.04.4-firefox74.0.1" +VERSION_STICKER_LATEST="ubuntu18.04.4-firefox75.0" VERSION_STICKER="${VERSION_STICKER_LATEST}"