bump version to 6.2.1

This commit is contained in:
Malte Jürgens 2022-04-28 20:53:30 +02:00
parent ed0fc3f72b
commit cd9b5514bb
Signed by: maltejur
GPG key ID: D29FBD5F93C0CFC3
2 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,15 @@
This changelog will be used from now on to document changes in a precise manner, with a list of changes for each setting version. This changelog will be used from now on to document changes in a precise manner, with a list of changes for each setting version.
Setting versions are documented using the pref `librewolf.cfg.version`, available in about:config. Setting versions are documented using the pref `librewolf.cfg.version`, available in about:config.
# 6.2.1
**target commit**:
**base librewolf version**: 99.x
**References**:
- Fixes the uBlock Origin installation URL
# 6.2 # 6.2
**target commit**: **target commit**:

View file

@ -6,7 +6,7 @@
* *
* WARNING: please make sure the first line of this file is empty. this is a known bug. * WARNING: please make sure the first line of this file is empty. this is a known bug.
*/ */
defaultPref("librewolf.cfg.version", "6.2"); defaultPref("librewolf.cfg.version", "6.3");
/** INDEX /** INDEX