This commit is contained in:
Atridad Lahiji 2023-07-10 00:49:25 -06:00
parent 79cda5d86e
commit 04cb7e729f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ A scrum poker tool that helps agile teams plan their sprints in real-time.
- Front-end framework: Nextjs
- Front-end library: Preact
- Rendering method: SSR SPA
- Hosting: Railway
- Hosting: Vercel
- Real-time pub/sub: Ably
- ORM: Prisma
- Database: PostgreSQL

View file

@ -1,6 +1,6 @@
{
"name": "sprintpadawan",
"version": "1.2.2",
"version": "1.2.3",
"description": "Plan. Sprint. Repeat.",
"private": true,
"scripts": {