From 338cc6c91e6dedfa5818e955ebdd5eb57eb5ae2e Mon Sep 17 00:00:00 2001
From: architect-dev <halftonedev@gmail.com>
Date: Mon, 16 Dec 2024 12:59:39 +0000
Subject: [PATCH] v0.3.3-alpha.0

---
 package.json                                 | 2 +-
 packages/fhenix-hardhat-docker/package.json  | 2 +-
 packages/fhenix-hardhat-network/package.json | 2 +-
 packages/fhenix-hardhat-plugin/package.json  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index bba67a6..b0959ca 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "fhenix-hardhat-plugin-root",
-	"version": "0.3.2",
+	"version": "0.3.3-alpha.0",
 	"license": "MIT",
 	"scripts": {
 		"preinstall": "npx only-allow pnpm",
diff --git a/packages/fhenix-hardhat-docker/package.json b/packages/fhenix-hardhat-docker/package.json
index ad5c7f7..bd45c8d 100644
--- a/packages/fhenix-hardhat-docker/package.json
+++ b/packages/fhenix-hardhat-docker/package.json
@@ -1,6 +1,6 @@
 {
   "name": "fhenix-hardhat-docker",
-  "version": "0.3.2",
+  "version": "0.3.3-alpha.0",
   "description": "Hardhat plugin to run Fhenix node locally",
   "repository": "github:FhenixProtocol/fhenix-hardhat-plugin",
   "author": "Fhe Labs",
diff --git a/packages/fhenix-hardhat-network/package.json b/packages/fhenix-hardhat-network/package.json
index f9f8dff..f803d32 100644
--- a/packages/fhenix-hardhat-network/package.json
+++ b/packages/fhenix-hardhat-network/package.json
@@ -1,6 +1,6 @@
 {
   "name": "fhenix-hardhat-network",
-  "version": "0.3.2",
+  "version": "0.3.3-alpha.0",
   "description": "Hardhat plugin to help support Hardhat Network for FHE contract development",
   "repository": "github:FhenixProtocol/fhenix-hardhat-network",
   "author": "Fhe Labs",
diff --git a/packages/fhenix-hardhat-plugin/package.json b/packages/fhenix-hardhat-plugin/package.json
index 726577a..a6afd5b 100644
--- a/packages/fhenix-hardhat-plugin/package.json
+++ b/packages/fhenix-hardhat-plugin/package.json
@@ -1,6 +1,6 @@
 {
   "name": "fhenix-hardhat-plugin",
-  "version": "0.3.2",
+  "version": "0.3.3-alpha.0",
   "description": "Hardhat TypeScript plugin boilerplate",
   "repository": "github:FhenixProtocol/fhenix-hardhat-plugin",
   "author": "Fhe Labs",