From 8dc93f2d02300a99b20bf69ab8766e41cec38eee Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 18 Feb 2024 04:28:48 +0200 Subject: [PATCH] update version --- .env | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 0220f90..bf8cf4f 100644 --- a/.env +++ b/.env @@ -19,7 +19,7 @@ APP_ENV=dev APP_SECRET=EDIT_ME ###< symfony/framework-bundle ### -APP_VERSION=1.9.1 +APP_VERSION=1.10.0 APP_NAME=KevaChat diff --git a/README.md b/README.md index 6592ab7..0ccd70d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Instance require connection to the [Kevacoin](https://github.com/kevacoin-projec KevaChat following open wallet model, where community boost shared ballance for talks. -* In another way, node administrators able to provide unique payment addresses to each message sent and charge commission for instance monetization. +* In another way, node able to generate payment addresses to each message sent and charge commission for instance monetization. +* Also registered users have payment accounts where everyone able to boost their balance by donation Administrators have flexible settings of access levels explained in the `.env` file: read-only rooms, connection and post limits, etc.