From 97b74760d9c1dde17d02990010e64c7c728994e4 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Mon, 15 Jan 2024 18:03:26 +0000 Subject: [PATCH] Bump version. (#50) Reviewed-on: https://git.vdb.to/cerc-io/laconic-registry-cli/pulls/50 Co-authored-by: Thomas E Lackey Co-committed-by: Thomas E Lackey --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 796982e..0e1636b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cerc-io/laconic-registry-cli", - "version": "0.1.7", + "version": "0.1.8", "main": "index.js", "repository": "git@github.com:cerc-io/laconic-registry-cli.git", "author": "", @@ -15,7 +15,7 @@ }, "dependencies": { "fs-extra": "^10.1.0", - "@cerc-io/laconic-sdk": "^0.1.13", + "@cerc-io/laconic-sdk": "^0.1.14", "js-yaml": "^3.14.1", "lodash": "^4.17.21", "lodash-clean": "^2.2.3",