From 1d8086491be4b4b0654d7082432ad53932770011 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 25 Mar 2024 15:22:53 +0100 Subject: [PATCH] fix: typo in root version (#589) # Motivation There was a typo in #588 version number. `2024.03.25-1415ZZ`. # Changes - fix version --- 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 cf895a46..952b40af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dfinity/ic-js", - "version": "2024.03.25-1415ZZ", + "version": "2024.03.25-1430Z", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dfinity/ic-js", - "version": "2024.03.25-1415ZZ", + "version": "2024.03.25-1430Z", "license": "Apache-2.0", "workspaces": [ "packages/utils", diff --git a/package.json b/package.json index 566eb882..fee591fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/ic-js", - "version": "2024.03.25-1415ZZ", + "version": "2024.03.25-1430Z", "description": "A collection of library for interfacing with the Internet Computer.", "license": "Apache-2.0", "workspaces": [