From 778fc70e235dd451568ebb81ff40519e6f16f886 Mon Sep 17 00:00:00 2001 From: khaazz Date: Fri, 15 Feb 2019 21:36:16 +0100 Subject: [PATCH] ReadMe and version - pre releasing v1 --- README.md | 2 +- package.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c6fcf5a1..cc24552b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- AxonCore + AxonCore

Release diff --git a/package.json b/package.json index 3725dc4b..c692210d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "axoncore", - "version": "0.9.9", - "description": "AxonCore - Bot framework on top of Eris. Client, Command and Event handler.", + "version": "1.0.0", + "description": "Bot framework on top of Eris. Fully featured Client, Command and Event handler.", "author": "KhaaZ#0001", "link": "https://github.com/Khaazz/AxonCore", "license": "MIT", @@ -45,6 +45,8 @@ "bot", "discord", "framework", - "eris" + "eris", + "core", + "handler" ] }