diff --git a/README.md b/README.md index 8faf25a..7440c28 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Polley :newspaper: -Simple Markdown Forum site using `Next.js`, `Next-Auth`, `TypeScript`, `Prisma`, `PlanetScale` and `tRPC`. The aim here is to learn how to properly use these techstacks. +Simple Markdown Forum/blog site using `Next.js`, `Next-Auth`, `TypeScript`, `Prisma`, `PlanetScale` and `tRPC`. The aim here is to learn how to properly use these techstacks. ![Polley Screen](./src/public/polley-screen.JPG) diff --git a/package.json b/package.json index 736d024..07ff1c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "polley", - "version": "0.1.0", + "version": "0.1.3", "private": true, "scripts": { "dev": "next dev",