Skip to content

Commit

Permalink
Update for 10.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshStrobl committed Feb 2, 2024
1 parent e37b0d4 commit 17eb00d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const LATEST_BUDGIE_RELEASE = {
date: "2024-01-28",
post: "https://buddiesofbudgie.org/blog/budgie-10-9-released",
version: "10.9",
date: "2024-02-02",
post: "https://buddiesofbudgie.org/blog/budgie-10-9-1-released",
version: "10.9.1",
};
8 changes: 4 additions & 4 deletions src/data/supportList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Tabs from "@theme/Tabs";
export const SupportListData: SupportInfo[] = [
{
budgieAvailablePostInstall: null,
budgieVersion: "10.8.2",
budgieVersion: "10.9.1",
installationInfo: () => (
<>
Arch Linux offers a Budgie Desktop profile within its 'archinstall' installer, though more intrepid users also
Expand Down Expand Up @@ -52,7 +52,7 @@ export const SupportListData: SupportInfo[] = [
},
{
budgieAvailablePostInstall: null,
budgieVersion: "10.8.2",
budgieVersion: "10.9.1",
name: "EndeavourOS",
showInGrid: true,
summary: () => (
Expand Down Expand Up @@ -164,7 +164,7 @@ export const SupportListData: SupportInfo[] = [
},
{
budgieAvailablePostInstall: null,
budgieVersion: "10.8.2",
budgieVersion: "10.9",
name: "NixOS",
installationInfo: () => (
<>
Expand Down Expand Up @@ -193,7 +193,7 @@ export const SupportListData: SupportInfo[] = [
website: "https://nixos.org/download.html#nixos-iso",
},
{
budgieAvailablePostInstall: "10.8.2",
budgieAvailablePostInstall: "10.9.1",
budgieVersion: "10.8.2",
name: "Solus",
summary: () => (
Expand Down

0 comments on commit 17eb00d

Please sign in to comment.