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>2022-02-04 16:47:57 +0300
committersualko <klaus@jsxc.org>2022-02-04 16:47:57 +0300
commit276ee3512ec4afdc75d79cb7673699bdc2fdca3c (patch)
treec26587953e7a121928b8cbea9a1a59bbb6256688
parentd3c08eabbb6d9aa2cfff4a6bf1315e1a4bab668a (diff)
release: 5.0.0 :tada:HEADv5.0.0master
-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 530fceb..fbecee3 100755
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -14,7 +14,7 @@
*This app works best with a external XMPP server.*
]]></description>
- <version>5.0.0-beta.1</version>
+ <version>5.0.0</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 e5784d4..8290c9d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ojsxc",
- "version": "5.0.0-beta.1",
+ "version": "5.0.0",
"description": "Real-time chat app for Nextcloud",
"homepage": "http://www.jsxc.org/",
"bugs": "https://github.com/jsxc/jsxc/issues",