diff --git a/docs/Info/index.mdx b/docs/Info/index.mdx index fab9cca..fdcb031 100644 --- a/docs/Info/index.mdx +++ b/docs/Info/index.mdx @@ -15,7 +15,7 @@ Hey! I'm dukedotdev and I do a *lot* of stuff! I'm a 16 y/o trans girl who loves ## Gaming -For PC gaming, I tend to use [Steam](docs\Info\Steam.md), but I also use the Epic Games launcher a bit. I own a desktop with Linux & Windows dual-booted, and a 512GB Steam Deck [Non-OLED]. On desktop I use my Linux install for general work and the Windows install for gaming. Some of my favorite games are [Dead by Daylight](https://store.steampowered.com/app/381210/Dead_by_Daylight/), [PAYDAY 3](https://store.steampowered.com/app/1272080/PAYDAY_3/), [Rec Room](https://store.steampowered.com/app/471710/Rec_Room/), [Mirror's Edge Catalyst](https://store.steampowered.com/app/1233570/Mirrors_Edge_Catalyst/), [Escape the Backrooms](https://store.steampowered.com/app/1943950/Escape_the_Backrooms/), [Cruelty Squad](https://store.steampowered.com/app/1388770/Cruelty_Squad/), and [BIGFOOT](https://store.steampowered.com/app/509980/BIGFOOT/). +For PC gaming, I tend to use [Steam](docs\Info\Steam.md), but I also use the Epic Games launcher a bit. I own a desktop with Ubuntu 24.04.1 LTS and a 512GB Steam Deck [Non-OLED]. Some of my favorite games are [Dead by Daylight](https://store.steampowered.com/app/381210/Dead_by_Daylight/), [PAYDAY 3](https://store.steampowered.com/app/1272080/PAYDAY_3/), [Rec Room](https://store.steampowered.com/app/471710/Rec_Room/), [Mirror's Edge Catalyst](https://store.steampowered.com/app/1233570/Mirrors_Edge_Catalyst/), [Escape the Backrooms](https://store.steampowered.com/app/1943950/Escape_the_Backrooms/), [Cruelty Squad](https://store.steampowered.com/app/1388770/Cruelty_Squad/), and [BIGFOOT](https://store.steampowered.com/app/509980/BIGFOOT/). I do play on a Switch, but I only play Splatoon 3 on it. Since I own a hacked Switch, I've dumped all my other games and just run them on yuzu. If you want to add me though, feel free to via this friend code: ``SW-6190-5465-5039`` diff --git a/docusaurus.config.js b/docusaurus.config.js index 6f5e4bd..92c4b20 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -115,7 +115,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} dukedotdev. Built with Docusaurus.
dukedot.dev v0.3.0 + 25`, + copyright: `Copyright © ${new Date().getFullYear()} dukedotdev. Built with Docusaurus.
dukedot.dev v0.3.1`, }, prism: { theme: prismThemes.github, diff --git a/package-lock.json b/package-lock.json index 210b2e1..ed8e1d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dukedot.dev", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 37b6144..0842a2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dukedot.dev", - "version": "0.3.0", + "version": "0.3.1", "private": true, "scripts": { "docusaurus": "docusaurus",