From 38c836eaac3a48e2e20bf1ec3eb85e5a559add9f Mon Sep 17 00:00:00 2001 From: Andrija Novakovic Date: Tue, 19 Oct 2021 12:49:51 +0200 Subject: [PATCH] bump version --- packages/identity/package.json | 2 +- packages/protocols/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/identity/package.json b/packages/identity/package.json index bac9b57..58350ff 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -1,6 +1,6 @@ { "name": "@libsem/identity", - "version": "1.0.0", + "version": "1.0.1", "description": "work with zk identites", "main": "dist/identity/index.mjs", "types": "dist/types/index.d.ts", diff --git a/packages/protocols/package.json b/packages/protocols/package.json index 7167e99..80a0fbe 100644 --- a/packages/protocols/package.json +++ b/packages/protocols/package.json @@ -1,6 +1,6 @@ { "name": "@libsem/protocols", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "dist/protocols/src/index.js", "types": "dist/types/index.d.ts",