Bump to 4.0.0-beta.1

This commit is contained in:
Nick O'Leary
2024-03-14 16:05:15 +00:00
parent d0ef12c486
commit 93f2910bd2
10 changed files with 21 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "4.0.0-dev",
"version": "4.0.0-beta.1",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@@ -1,12 +1,12 @@
export default {
version: "4.0.0-beta.0",
version: "4.0.0-beta.1",
steps: [
{
titleIcon: "fa fa-map-o",
title: {
"en-US": "Welcome to Node-RED 4.0 Beta 0!",
"en-US": "Welcome to Node-RED 4.0 Beta 1!",
"ja": "Node-RED 4.0 Beta 0へようこそ!",
"fr": "Bienvenue dans Node-RED 4.0 Beta 0!"
"fr": "Bienvenue dans Node-RED 4.0 Beta 1!"
},
description: {
"en-US": "<p>Let's take a moment to discover the new features in this release.</p>",