diff --git a/README.md b/README.md index d7f0f65..b7fcb18 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/licenseGen/Program.cs b/src/licenseGen/Program.cs index ddbc854..da0ed54 100644 --- a/src/licenseGen/Program.cs +++ b/src/licenseGen/Program.cs @@ -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));