Skip to content

Commit 1caa532

Browse files
authored
Merge pull request #44 from prisma/DC-4828-json-flag
fix: version bump
2 parents 0364097 + 40ec2fa commit 1caa532

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

create-db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-db",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.",
55
"main": "index.js",
66
"author": "",

create-pg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-pg",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.",
55
"main": "index.js",
66
"author": "",

create-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-postgres",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.",
55
"main": "index.js",
66
"author": "",

0 commit comments

Comments
 (0)