diff --git a/README.md b/README.md
index 315628e..a548a75 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,13 @@
-# KC3 v0.1.12
+# KC3 v0.1.13
KC3 is a programming language with meta-programmation and a graph
database embedded into the language. It aims to be the language
for semantic programming, and programming the semantic web.
+This is a development branch, see
+[KC3 v0.1.12](https://git.kmx.io/kc3-lang/kc3/_tree/v0.1.12/)
+for a stable release.
+
We are currently fundraising for the project to become real and
there is a working prototype available at
[https://git.kmx.io/kc3-lang/kc3/](https://git.kmx.io/kc3-lang/kc3/),
@@ -35,29 +39,6 @@ Supported architectures :
[Join us on kmx.io Discord server !](https://discord.gg/A4MWkpUDsG)
-## New in this release
-
- - libkc3
- - access
- - DONE buf_parse_call_access (Tag "." Sym)
- - DONE access (Tag, Sym) => Tag
- - modules
- - defstruct
- - control structures
- - while
- - Str eval : `"Hello, #{name} !"`
- - EKC3
- - embed KC3 in any file : `Hello, <%= name %> !`
- - escape HTML :
- - ["&": "&, "<": "<", ">": ">", "\"": """, "'": '"]
- - HTTP
- - sockets
- - request
- - response
- - HTTPd
- - `make test_httpd`
-
-
## Usage
### Install dependencies
@@ -536,6 +517,8 @@ HTTP request and httpd.kc3 source file path.
## TODO
+ - HTTPd
+ - file server (lftp)
- libkc3
- operators dispatch
- list of matching operators (facts_with)
diff --git a/kc3.version b/kc3.version
index 0e24a92..7ac4e5e 100644
--- a/kc3.version
+++ b/kc3.version
@@ -1 +1 @@
-0.1.12
+0.1.13