From f8e14e9482dd58444b0b338398d8c878d32b8e48 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Fri, 29 Sep 2023 18:10:51 +0200 Subject: [PATCH] build: bump for release Signed-off-by: David Dal Busco --- 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 cf149ffd0..fc14a883e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@junobuild/juno", - "version": "0.0.18", + "version": "0.0.19", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@junobuild/juno", - "version": "0.0.18", + "version": "0.0.19", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@dfinity/agent": "^0.19.3", diff --git a/package.json b/package.json index f4e57c018..a8bb1472a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@junobuild/juno", - "version": "0.0.18", + "version": "0.0.19", "private": true, "author": "David Dal Busco ", "license": "SEE LICENSE IN LICENSE.md",