From 7c1166bf8758bde6c93d3cb570b4cb6a13e8c3ee Mon Sep 17 00:00:00 2001 From: Fabian Stamm Date: Mon, 4 Jan 2021 22:57:14 +0100 Subject: [PATCH] Update dependencies --- cli/deps.ts | 2 +- cli/meta.json | 2 +- cli/version.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/deps.ts b/cli/deps.ts index 1bbbe94..5de8173 100644 --- a/cli/deps.ts +++ b/cli/deps.ts @@ -1,6 +1,6 @@ export * as Compress from "https://deno.hibas123.de/raw/@denreg-tar/mod.ts"; export * as Ini from "https://deno.land/x/ini@v2.1.0/mod.ts"; -export * as Cliffy from "https://deno.land/x/cliffy@v0.14.1/mod.ts"; +export * as Cliffy from "https://deno.land/x/cliffy@v0.16.0/mod.ts"; export * as Base64 from "https://deno.land/std@0.65.0/encoding/base64.ts"; export * as FS from "https://deno.land/std@0.65.0/fs/mod.ts"; export * as Colors from "https://deno.land/std@0.65.0/fmt/colors.ts"; diff --git a/cli/meta.json b/cli/meta.json index 93d346a..f4f5c1b 100644 --- a/cli/meta.json +++ b/cli/meta.json @@ -1,6 +1,6 @@ { "name": "@denreg-cli", - "version": "0.2.9", + "version": "0.2.10", "description": "CLI for the DenReg package registry", "author": "Fabian Stamm ", "contributors": [], diff --git a/cli/version.ts b/cli/version.ts index 8fba87d..eb10c2b 100644 --- a/cli/version.ts +++ b/cli/version.ts @@ -1 +1 @@ -export const version = "0.2.9" \ No newline at end of file +export const version = "0.2.10" \ No newline at end of file