From 3c8cb3a9ea4aea42258575a21f3114a89709e400 Mon Sep 17 00:00:00 2001 From: zomars Date: Fri, 11 Nov 2022 10:32:25 -0700 Subject: [PATCH] Upgaded Snaplet CLI --- .snaplet/config.json | 2 +- .snaplet/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.snaplet/config.json b/.snaplet/config.json index 6322eabfa6..011bad3e3c 100644 --- a/.snaplet/config.json +++ b/.snaplet/config.json @@ -1,4 +1,4 @@ { "projectId": "cl4u26bwz7962859ply7ibuo43t", - "databaseUrl": "postgresql://postgres@localhost:5450/calendso" + "targetDatabaseUrl": "postgresql://postgres@localhost:5450/calendso" } diff --git a/.snaplet/manifest.json b/.snaplet/manifest.json index dfcc3af19b..cd6b124c59 100644 --- a/.snaplet/manifest.json +++ b/.snaplet/manifest.json @@ -1,3 +1,3 @@ { - "version": "0.3.0" + "version": "0.22.3" }