mirror of
https://github.com/jakeswenson/BitBetter.git
synced 2025-07-12 22:43:27 +00:00
Change license version to current value used in BitWarden. Add info about compatibility in README file.
This commit is contained in:
parent
cc4a7cf00d
commit
bcba6cd054
|
@ -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
|
||||
|
|
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue
Block a user