Change license version to current value used in BitWarden. Add info about compatibility in README file.

This commit is contained in:
Florian Hillebrand 2020-03-17 12:24:34 +01:00
parent cc4a7cf00d
commit bcba6cd054
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ The following instructions are for unix-based systems (Linux, BSD, macOS), it is
## Dependencies
Aside from docker, which you also need for Bitwarden, BitBetter requires the following:
* Bitwarden (tested up to 1.32.0)
* Bitwarden (tested with 1.33.0, might work on lower versions)
* openssl (probably already installed on most Linux or WSL systems, any version should work)
## Setting up BitBetter

View File

@ -367,7 +367,7 @@ namespace bitwardenSelfLicensor
set("MaxStorageGb", short.MaxValue);
set("SelfHost", true);
set("UsersGetPremium", true);
set("Version", 6);
set("Version", 5);
set("Issued", DateTime.UtcNow);
set("Refresh", DateTime.UtcNow.AddYears(100).AddMonths(-1));
set("Expires", DateTime.UtcNow.AddYears(100));