diff --git a/create-db/package.json b/create-db/package.json index 0a71e02..50a3d1a 100644 --- a/create-db/package.json +++ b/create-db/package.json @@ -1,6 +1,6 @@ { "name": "create-db", - "version": "1.1.0", + "version": "1.1.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.", "type": "module", "exports": { diff --git a/create-pg/package.json b/create-pg/package.json index a6a04f9..52ea4e9 100644 --- a/create-pg/package.json +++ b/create-pg/package.json @@ -1,6 +1,6 @@ { "name": "create-pg", - "version": "1.1.0", + "version": "1.1.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.", "author": "prisma", "repository": { @@ -46,4 +46,4 @@ "index.js", "index.d.ts" ] -} \ No newline at end of file +} diff --git a/create-postgres/package.json b/create-postgres/package.json index 5c51c60..3959a5b 100644 --- a/create-postgres/package.json +++ b/create-postgres/package.json @@ -1,6 +1,6 @@ { "name": "create-postgres", - "version": "1.1.0", + "version": "1.1.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.", "author": "prisma", "repository": { @@ -46,4 +46,4 @@ "index.js", "index.d.ts" ] -} \ No newline at end of file +}