From 10927eb0f383caea9fdd4d76b46cef07e1796d8c Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Wed, 22 May 2024 20:42:09 +0200 Subject: [PATCH] Fix version and add description --- doc/DESCRIPTION.md | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index cd245aa..9fbd7e8 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1 @@ -Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols. +Snikket is an open-source self-hosted personal messaging service. It aims to provide an alternative to proprietary and centralized messaging platforms while supporting all the expected features and being easy to use. \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index b80bcba..38f337d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,7 +4,7 @@ id = "snikket" name = "Snikket" description.en = "XMPP-based chat that is simple, secure, and private" -version = "dev~ynh1" +version = "2024.02.21~ynh1" maintainers = ["NorbiPeti"]