From d2262d7f2d90f8294ec46237b2afdac6a87cdab5 Mon Sep 17 00:00:00 2001 From: Dex Date: Sat, 4 May 2024 22:36:24 -0400 Subject: [PATCH] Next test. --- app/page.tsx | 9 +++++++-- package.json | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index c5a2b6e..3f43191 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,8 +1,13 @@ export default async function Home() { return ( -
- This is my little corner of the internet to share my radio projects on things I'm doing. Things I find and build that seem to not be documented anywhere. I have created pages for some of the projects I have done such as a communcations plan template. Also my go kit builds. +
+
+ This is my little corner of the internet to share my radio projects on things I'm doing. Things I find and build that seem to not be documented anywhere. I have created pages for some of the projects I have done such as a communcations plan template. Also my go kit builds. +
+
+ if there is anything you have for suggestions on projects you'd like to see a writeup on email me at bluebulletrl@gmail.com . Still need to setup email for this domain. +
); } diff --git a/package.json b/package.json index 0440c7b..1f76f1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kx3dex_radio", - "version": "1.2.0", + "version": "1.3.0", "private": true, "scripts": { "dev": "next dev",