From 711c323dc428b3a03eaba121aab1a22cdfb0327e Mon Sep 17 00:00:00 2001 From: Aidan McAlister Date: Wed, 27 Aug 2025 13:47:04 -0400 Subject: [PATCH] chore: version bump --- create-db/package.json | 2 +- create-pg/package.json | 2 +- create-postgres/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/create-db/package.json b/create-db/package.json index 6f73f40..eb35a51 100644 --- a/create-db/package.json +++ b/create-db/package.json @@ -1,6 +1,6 @@ { "name": "create-db", - "version": "1.0.3", + "version": "1.0.5", "description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.", "main": "index.js", "author": "", diff --git a/create-pg/package.json b/create-pg/package.json index 824ddd2..8679220 100644 --- a/create-pg/package.json +++ b/create-pg/package.json @@ -1,6 +1,6 @@ { "name": "create-pg", - "version": "1.0.3", + "version": "1.0.5", "description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.", "main": "index.js", "author": "", diff --git a/create-postgres/package.json b/create-postgres/package.json index 13ed3d7..a6daa98 100644 --- a/create-postgres/package.json +++ b/create-postgres/package.json @@ -1,6 +1,6 @@ { "name": "create-postgres", - "version": "1.0.3", + "version": "1.0.5", "description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.", "main": "index.js", "author": "",