From 8a77329b128cc815826c256935d96855dccefc29 Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Mon, 6 Jan 2025 14:34:33 -0500 Subject: [PATCH] bump version number --- ui/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/package.json b/ui/package.json index 704a8e1..01024fe 100644 --- a/ui/package.json +++ b/ui/package.json @@ -3,8 +3,8 @@ "description": "Notebooks UI", "license": "MIT", "author": "dev@holochain.org", - "version": "0.4.0-rc.0", - "dnaVersion": "0.4.0", + "version": "0.4.1-rc.0", + "dnaVersion": "0.4.1", "scripts": { "start": "vite --port $UI_PORT --clearScreen false", "build": "vite build",