diff --git a/source/options/features.ts b/source/options/features.ts index 7bedc29..ee19f46 100644 --- a/source/options/features.ts +++ b/source/options/features.ts @@ -26,6 +26,7 @@ type FeatureData = { export const features: FeatureData[] = [ { availableSince: new Date("2022-02-23"), + lastUpdated: new Date("2023-09-24"), index: 0, key: Feature.AnonymizeUsernames, title: "Anonymize Usernames", @@ -75,7 +76,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2023-07-16"), - lastUpdated: new Date("2023-07-16"), + lastUpdated: new Date("2023-09-24"), index: 0, key: Feature.Miscellaneous, title: "Miscellaneous",