Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2020-05-06 19:38:01 +0300
committersualko <klaus@jsxc.org>2020-05-06 19:38:01 +0300
commitab3592fbcbda46fc277914d19af624b1a4215ff0 (patch)
tree254c56d47497593858fe400acb3292593c9a3589
parent139c909574ced15abc38edc343cab707789ececd (diff)
release: 4.1.0-rc.1 :tada:v4.1.0-rc.1
-rwxr-xr-xappinfo/info.xml2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 7baaca3..5dedfbc 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -4,7 +4,7 @@
<name>JavaScript XMPP Chat</name>
<summary>Facebook-like chat</summary>
<description>Facebook-like chat with end-to-end encrypted conversation, video calls, multi-user rooms, XMPP and internal server backend.</description>
- <version>4.0.0</version>
+ <version>4.1.0-rc.1</version>
<licence>agpl</licence>
<author mail="klaus@jsxc.org">Klaus Herberth</author>
<author>Tobia De Koninck</author>
diff --git a/package.json b/package.json
index 04d3c3b..6a1edac 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ojsxc",
- "version": "4.0.0",
+ "version": "4.1.0-rc.1",
"description": "Real-time chat app for Nextcloud",
"homepage": "http://www.jsxc.org/",
"bugs": "https://github.com/jsxc/jsxc/issues",