From 6c102938204e59509ac971761c0554dabdd4d077 Mon Sep 17 00:00:00 2001
From: Luc <8822552+luc-github@users.noreply.github.com>
Date: Wed, 18 Dec 2024 12:07:34 +0800
Subject: [PATCH] Fix version in readme and json orz
Update readme
---
README.md | 10 +---------
info.json | 2 +-
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
index f6758370..1fcef55b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# ESP3D 3.0 alpha stage 
-
Do not use it for production, in alpha stage - breaking changes can happen anytime - just be aware of that, but feel free to test it and feedback
+Beta stage - ready for testing - feel free to test it and feedback
Firmware for ESP8266/ESP8285 and ESP32 (original, pico, S2, S3, C3) used with 3D printer/Sand-Table and CNC
To compile ESP3D you need to edit the configuration.h according your needs.
@@ -29,18 +29,10 @@ Please go to [esp3d.io](http://esp3d.io/esp3d/v3.x/index.html) for documentation
* Android :
- SSDP/UPnP Scanner : https://play.google.com/store/apps/details?id=com.vgc.ssdpscan
-# TODO List to move to beta
-
-- [Finish web UI Major features (3D printing and GRBL)](https://github.com/luc-github/ESP3D-WEBUI/issues/94#issuecomment-660600551)(done :+1:)
-- Do user documentation: Readme / features list description / wiki/ Features videos etc... (on going on http://esp3d.io)
-- Complete all planned features (https://github.com/users/luc-github/projects/1/views/1)
-- Test current features heavily
-- Collect some feedback
# TODO List in beta
- Test heavily (still)
-- [Implement minor missing features not present in alpha](https://github.com/luc-github/ESP3D-WEBUI/issues?q=is%3Aissue+is%3Aopen+label%3A3.0)
- Translate UI and build language packs
- Adjust features according feedback
- Refactoring code when necessary
diff --git a/info.json b/info.json
index a91a05d8..b651b036 100644
--- a/info.json
+++ b/info.json
@@ -1,3 +1,3 @@
{
- "version": "3.0.0.a248"
+ "version": "3.0.0.b1"
}
\ No newline at end of file