From 8a7829a9393b75dc076f8b7052d40478f3a0cef9 Mon Sep 17 00:00:00 2001 From: Samuel Manzanera Date: Fri, 24 Mar 2023 10:37:16 +0100 Subject: [PATCH] 1.16.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e1a1c7d..99a4865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "archethic", - "version": "1.15.0", + "version": "1.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "archethic", - "version": "1.15.0", + "version": "1.16.0", "license": "AGPL-3.0-or-later", "dependencies": { "@absinthe/socket": "^0.2.1", diff --git a/package.json b/package.json index 9e3ded6..e3318bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archethic", - "version": "1.15.0", + "version": "1.16.0", "description": "Archethic Javascript SDK", "main": "index.js", "unpkg": "dist/archethic.js",