From 4f7661c119de6fe9cbb552bde1a075a56f8d4bff Mon Sep 17 00:00:00 2001 From: Zied <26070035+zguesmi@users.noreply.github.com> Date: Fri, 3 Oct 2025 18:29:13 +0200 Subject: [PATCH] chore: Bump package version to rc1 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1fc44226..bcd93552 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iexec/poco", - "version": "6.0.0", + "version": "6.1.0-rc1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iexec/poco", - "version": "6.0.0", + "version": "6.1.0-rc1", "license": "Apache-2.0", "dependencies": { "@iexec/interface": "3.0.35-8", @@ -22563,4 +22563,4 @@ } } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 34d60677..8d9d2928 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iexec/poco", - "version": "6.0.0", + "version": "6.1.0-rc1", "description": "iExec Proof of Contribution protocol smart contracts", "author": "iExec", "license": "Apache-2.0",