diff --git a/README.md b/README.md
index 98d8a7f..9000963 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# Nibiru
### Rapid Prototyping PHP Framework
-Version 0.7.0 beta
+Version 0.9.3 beta
## Introduction
Nibiru is a rapid prototyping framework written in PHP and based on the MVC design pattern. Now one may say that writing
@@ -100,7 +100,6 @@ Engine Implementation.
A soap extension will not be part of the system anymore, since that is just a bad habit, so this will be replaced with a REST api.
-Update
Version 0.7.0 beta 27.01.2018
- Class generator for the database models can now be used, and are configured in the settings file
@@ -113,12 +112,28 @@ Engine Implementation.
- Added a class mask file in the settings folder in order to have the chance to pre-configure the autmatic generated database model files.
-TODO
-Version 0.7.1 beta
+Version 0.7.0 beta
- Add autoated class generator for MySQL database models
+Update
+Version 0.9.3 beta 09.11.2019
+
+ - Autoloader is now supporting a better module structure
+ - Some minor bugfixes
+ - Updated the annotations for better autocompletion
+ - removed the Twig and Dwoo engines, they are not needed anymore
+
+
+TODO
+Still in progress for the next version
+
+- framework documentation
+- class documentation
+- soap interface to a given SOAP server (canceled, not needed to old)
+- bitcoin api, and payment gateway
+
The start is done, have success with PHP prototyping, and always remember to have fun!
Author: Stephan Kasdorf
\ No newline at end of file