From c4c20d6648d8928bbb63ebcd2131e5c082504cc9 Mon Sep 17 00:00:00 2001 From: "Mr.MKZ" Date: Sat, 14 Sep 2024 23:05:14 +0330 Subject: [PATCH] bump version to 0.2.3 docs(readme): add some special text to title --- README.md | 2 ++ package.json | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9fa0c3..41d1e98 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Axon is a backend library who tries to be simple and powerfull. +Currently Axon is 2X faster than Express. :D please checkout [Axon Benchmarks](./benchmarks/README.md) + ## Installation diff --git a/package.json b/package.json index 473682a..3939ea8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@mr-mkz/axon", - "version": "0.1.2", - "description": "A http router who tries to be simple and powerfull.", + "version": "0.2.3", + "description": "A backend library who tries to be simple and powerfull.", "author": "Mr.MKZ", "license": "ISC", "directories": {