diff --git a/create-db/package.json b/create-db/package.json index 5ec46e4..a974f97 100644 --- a/create-db/package.json +++ b/create-db/package.json @@ -1,6 +1,6 @@ { "name": "create-db", - "version": "1.0.0", + "version": "1.0.2", "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 13ad038..a89d0c1 100644 --- a/create-pg/package.json +++ b/create-pg/package.json @@ -1,6 +1,6 @@ { "name": "create-pg", - "version": "1.0.0", + "version": "1.0.2", "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 09ac097..9be23db 100644 --- a/create-postgres/package.json +++ b/create-postgres/package.json @@ -1,6 +1,6 @@ { "name": "create-postgres", - "version": "1.0.0", + "version": "1.0.2", "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": "",