diff --git a/source/options/features.ts b/source/options/features.ts index ee19f46..404ba66 100644 --- a/source/options/features.ts +++ b/source/options/features.ts @@ -48,6 +48,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2023-07-01"), + lastUpdated: new Date("2023-10-22"), index: 0, key: Feature.HideTopics, title: "Hide Topics", @@ -76,7 +77,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2023-07-16"), - lastUpdated: new Date("2023-09-24"), + lastUpdated: new Date("2023-10-22"), index: 0, key: Feature.Miscellaneous, title: "Miscellaneous", @@ -91,6 +92,7 @@ export const features: FeatureData[] = [ }, { availableSince: new Date("2019-11-10"), + lastUpdated: new Date("2023-10-22"), index: 0, key: Feature.UserLabels, title: "User Labels",